Searched refs:amount_left (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.c3849 vm_map_size_t amount_left; local
3864 *copy_size -= amount_left; \
3868 amount_left = *copy_size;
3874 fault_info_src.hi_offset = fault_info_src.lo_offset + amount_left;
3881 fault_info_dst.hi_offset = fault_info_dst.lo_offset + amount_left;
3884 do { /* while (amount_left > 0) */
3899 fault_info_dst.cluster_size = amount_left;
3976 fault_info_src.cluster_size = amount_left;
4043 !page_aligned(amount_left)) {
4056 if (part_size > (amount_left)){
[all...]
H A Dvm_map.c5890 amount_left; local
5896 amount_left = copy->size;
5901 while (amount_left > 0) {
5932 if (copy_size > amount_left) {
5933 copy_size = amount_left;
5993 amount_left -= copy_size;
6005 || amount_left == 0)
6015 == vm_map_copy_to_entry(copy) && amount_left) {
6024 if (amount_left == 0)
11041 vm_map_size_t amount_left; local
[all...]

Completed in 31 milliseconds