Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_reclaim.c105 mach_vm_reclaim_id_t id = VM_RECLAIM_ID_NULL; in allocate_and_defer_free()
317 mach_vm_reclaim_id_t id = VM_RECLAIM_ID_NULL; in allocate_and_suspend()
566 idx = VM_RECLAIM_ID_NULL;
652 mach_vm_reclaim_id_t id = VM_RECLAIM_ID_NULL;
785 T_QUIET; T_ASSERT_NE(ids[i], VM_RECLAIM_ID_NULL, "Able to defer deallocation");
788 T_ASSERT_EQ(id_tmp, VM_RECLAIM_ID_NULL, "Unable to over-fill buffer");
820 T_QUIET; T_ASSERT_NE(ids[i], VM_RECLAIM_ID_NULL, "Able to defer deallocation");
823 T_ASSERT_EQ(id_tmp, VM_RECLAIM_ID_NULL, "Unable to over-fill buffer");
856 T_QUIET; T_ASSERT_NE(id, VM_RECLAIM_ID_NULL, "Able to defer deallocation");
928 T_QUIET; T_ASSERT_NE(ids[i], VM_RECLAIM_ID_NULL, "Able to defer allocation");
/xnu-12377.81.4/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.81.4/osfmk/mach/
H A Dvm_reclaim.h88 #define VM_RECLAIM_ID_NULL UINT64_MAX macro