Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vm/
H A Dvm_reclaim.c113 mach_vm_reclaim_id_t id = VM_RECLAIM_ID_NULL; in allocate_and_defer_free()
325 mach_vm_reclaim_id_t id = VM_RECLAIM_ID_NULL; in allocate_and_suspend()
610 idx = VM_RECLAIM_ID_NULL;
696 mach_vm_reclaim_id_t id = VM_RECLAIM_ID_NULL;
829 T_QUIET; T_ASSERT_NE(ids[i], VM_RECLAIM_ID_NULL, "Able to defer deallocation");
832 T_ASSERT_EQ(id_tmp, VM_RECLAIM_ID_NULL, "Unable to over-fill buffer");
864 T_QUIET; T_ASSERT_NE(ids[i], VM_RECLAIM_ID_NULL, "Able to defer deallocation");
867 T_ASSERT_EQ(id_tmp, VM_RECLAIM_ID_NULL, "Unable to over-fill buffer");
900 T_QUIET; T_ASSERT_NE(id, VM_RECLAIM_ID_NULL, "Able to defer deallocation");
972 T_QUIET; T_ASSERT_NE(ids[i], VM_RECLAIM_ID_NULL, "Able to defer allocation");
/xnu-12377.1.9/libsyscall/mach/
H A Dvm_reclaim.c198 *id = VM_RECLAIM_ID_NULL; in mach_vm_reclaim_try_enter()
203 *id = VM_RECLAIM_ID_NULL; in mach_vm_reclaim_try_enter()
205 if (requested_id == VM_RECLAIM_ID_NULL) { in mach_vm_reclaim_try_enter()
288 if (id == VM_RECLAIM_ID_NULL) { in mach_vm_reclaim_try_cancel()
376 if (id == VM_RECLAIM_ID_NULL) { in mach_vm_reclaim_query_state()
/xnu-12377.1.9/osfmk/mach/
H A Dvm_reclaim.h88 #define VM_RECLAIM_ID_NULL UINT64_MAX macro