Searched refs:should_update_kernel_accounting (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/libsyscall/mach/ |
| H A D | vm_reclaim.c | 125 bool *should_update_kernel_accounting) in mach_vm_reclaim_mark_free() argument 132 *should_update_kernel_accounting = false; in mach_vm_reclaim_mark_free() 155 *should_update_kernel_accounting = update_accounting(ring_buffer, size); in mach_vm_reclaim_mark_free()
|
| /xnu-10002.41.9/tests/vm/ |
| H A D | vm_reclaim.c | 63 bool should_update_kernel_accounting = false; in allocate_and_defer_free() local 69 … = mach_vm_reclaim_mark_free(ringbuffer, *addr, (uint32_t) size, &should_update_kernel_accounting); in allocate_and_defer_free() 70 if (should_update_kernel_accounting) { in allocate_and_defer_free() 204 bool should_update_kernel_accounting = false; in allocate_and_suspend() local 219 …reclaim_mark_free(&ringbuffer, addr, (uint32_t) kAllocationSize, &should_update_kernel_accounting); in allocate_and_suspend() 483 bool should_update_kernel_accounting = false; variable 490 …reclaim_mark_free(&ringbuffer, addr, (uint32_t) kAllocationSize, &should_update_kernel_accounting);
|
| /xnu-10002.41.9/osfmk/mach/ |
| H A D | vm_reclaim.h | 102 bool *should_update_kernel_accounting);
|