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

/xnu-2782.1.97/osfmk/vm/
H A Dvm_fault.c5381 vm_map_size_t amount_left; local
5397 *copy_size -= amount_left; \
5401 amount_left = *copy_size;
5408 fault_info_src.hi_offset = fault_info_src.lo_offset + amount_left;
5421 fault_info_dst.hi_offset = fault_info_dst.lo_offset + amount_left;
5429 do { /* while (amount_left > 0) */
5444 if (amount_left > (vm_size_t) -1) {
5448 fault_info_dst.cluster_size = (vm_size_t) amount_left;
5449 assert(fault_info_dst.cluster_size == amount_left);
5538 if (amount_left > (vm_size_
[all...]
H A Dvm_map.c7327 amount_left; local
7336 amount_left = copy->size;
7341 while (amount_left > 0) {
7372 if (copy_size > amount_left) {
7373 copy_size = amount_left;
7434 amount_left -= copy_size;
7446 || amount_left == 0)
7462 amount_left) {
7474 if (amount_left == 0)
13801 vm_map_size_t amount_left; local
[all...]

Completed in 48 milliseconds