Searched refs:should_update_kernel_accounting (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/tests/vm/ |
| H A D | vm_reclaim.c | 47 bool should_update_kernel_accounting = false; in allocate_and_defer_free() local 53 … = mach_vm_reclaim_mark_free(ringbuffer, *addr, (uint32_t) size, &should_update_kernel_accounting); in allocate_and_defer_free() 54 if (should_update_kernel_accounting) { in allocate_and_defer_free() 177 bool should_update_kernel_accounting = false; in allocate_and_suspend() local 192 …reclaim_mark_free(&ringbuffer, addr, (uint32_t) kAllocationSize, &should_update_kernel_accounting); in allocate_and_suspend() 481 bool should_update_kernel_accounting = false; variable 488 …reclaim_mark_free(&ringbuffer, addr, (uint32_t) kAllocationSize, &should_update_kernel_accounting);
|
| /xnu-8792.61.2/libsyscall/mach/ |
| H A D | vm_reclaim.c | 120 bool *should_update_kernel_accounting) in mach_vm_reclaim_mark_free() argument 127 *should_update_kernel_accounting = false; in mach_vm_reclaim_mark_free() 150 *should_update_kernel_accounting = update_accounting(ring_buffer, size); in mach_vm_reclaim_mark_free()
|
| /xnu-8792.61.2/osfmk/mach/ |
| H A D | vm_reclaim.h | 88 bool *should_update_kernel_accounting);
|