Searched refs:should_update_kernel_accounting (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/libsyscall/mach/ |
| H A D | vm_reclaim.c | 181 bool *should_update_kernel_accounting) in mach_vm_reclaim_try_enter() argument 186 *should_update_kernel_accounting = false; in mach_vm_reclaim_try_enter() 266 *should_update_kernel_accounting = true; in mach_vm_reclaim_try_enter() 279 bool *should_update_kernel_accounting) in mach_vm_reclaim_try_cancel() argument 292 if (state == NULL || should_update_kernel_accounting == NULL) { in mach_vm_reclaim_try_cancel() 296 *should_update_kernel_accounting = false; in mach_vm_reclaim_try_cancel() 360 *should_update_kernel_accounting = true; in mach_vm_reclaim_try_cancel()
|
| /xnu-12377.81.4/osfmk/mach/ |
| H A D | vm_reclaim.h | 225 bool *should_update_kernel_accounting); 271 bool *should_update_kernel_accounting);
|
| /xnu-12377.81.4/tests/vm/ |
| H A D | vm_reclaim.c | 104 bool should_update_kernel_accounting = false; in allocate_and_defer_free() local 110 …ach_vm_reclaim_try_enter(ringbuffer, *addr, size, behavior, &id, &should_update_kernel_accounting); in allocate_and_defer_free() 111 if (should_update_kernel_accounting) { in allocate_and_defer_free() 298 bool should_update_kernel_accounting = false; in allocate_and_suspend() local 318 …r(ringbuffer, addr, kAllocationSize, VM_RECLAIM_DEALLOCATE, &id, &should_update_kernel_accounting); in allocate_and_suspend() 557 bool should_update_kernel_accounting = false; variable 567 …(ringbuffer, addr, kAllocationSize, VM_RECLAIM_DEALLOCATE, &idx, &should_update_kernel_accounting);
|