Home
last modified time | relevance | path

Searched refs:VM_RECLAIM_ID_NULL (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/libsyscall/mach/
H A Dvm_reclaim.c213 *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()
/xnu-11417.140.69/tests/vm/
H A Dvm_reclaim.c112 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");
/xnu-11417.140.69/osfmk/mach/
H A Dvm_reclaim.h88 #define VM_RECLAIM_ID_NULL UINT64_MAX macro