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