Searched refs:VM_RECLAIM_ID_NULL (Results 1 – 3 of 3) sorted by relevance
213 *id = VM_RECLAIM_ID_NULL; in mach_vm_reclaim_try_enter()218 *id = VM_RECLAIM_ID_NULL; in mach_vm_reclaim_try_enter()220 if (requested_id == VM_RECLAIM_ID_NULL) { in mach_vm_reclaim_try_enter()297 if (id == VM_RECLAIM_ID_NULL) { in mach_vm_reclaim_try_cancel()379 if (id == VM_RECLAIM_ID_NULL) { in mach_vm_reclaim_query_state()
112 mach_vm_reclaim_id_t id = VM_RECLAIM_ID_NULL; in allocate_and_defer_free()324 mach_vm_reclaim_id_t id = VM_RECLAIM_ID_NULL; in allocate_and_suspend()693 idx = VM_RECLAIM_ID_NULL;779 mach_vm_reclaim_id_t id = VM_RECLAIM_ID_NULL;913 T_QUIET; T_ASSERT_NE(ids[i], VM_RECLAIM_ID_NULL, "Able to defer deallocation");916 T_ASSERT_EQ(id_tmp, VM_RECLAIM_ID_NULL, "Unable to over-fill buffer");948 T_QUIET; T_ASSERT_NE(ids[i], VM_RECLAIM_ID_NULL, "Able to defer deallocation");951 T_ASSERT_EQ(id_tmp, VM_RECLAIM_ID_NULL, "Unable to over-fill buffer");
88 #define VM_RECLAIM_ID_NULL UINT64_MAX macro