Searched refs:try_cancel (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/vm/ |
| H A D | vm_reclaim.c | 81 try_cancel(mach_vm_reclaim_ring_t ringbuffer, mach_vm_reclaim_id_t id, mach_vm_address_t addr, mach… in try_cancel() function 244 bool usable = try_cancel(ringbuffer, idx, addr, kAllocationSize, behavior); in reuse_reclaimed_entry() 656 usable = try_cancel(buffer_4fork_inherit, 0, addr_4fork_inherit, 813 bool usable = try_cancel(ringbuffer, ids[i], addrs[i], vm_page_size, VM_RECLAIM_DEALLOCATE); 826 bool usable = try_cancel(ringbuffer, ids[i], addrs[i], vm_page_size, VM_RECLAIM_DEALLOCATE);
|