Searched refs:should_update_kernel_accounting (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/libsyscall/mach/ |
| H A D | vm_reclaim.c | 126 mach_vm_reclaim_behavior_v1_t behavior, bool *should_update_kernel_accounting) in mach_vm_reclaim_mark_free() argument 134 *should_update_kernel_accounting = false; in mach_vm_reclaim_mark_free() 158 *should_update_kernel_accounting = update_accounting(ring_buffer, size); in mach_vm_reclaim_mark_free()
|
| /xnu-10063.101.15/tests/vm/ |
| H A D | vm_reclaim.c | 66 bool should_update_kernel_accounting = false; in allocate_and_defer_free() local 72 …_reclaim_mark_free(ringbuffer, *addr, (uint32_t) size, behavior, &should_update_kernel_accounting); in allocate_and_defer_free() 73 if (should_update_kernel_accounting) { in allocate_and_defer_free() 261 bool should_update_kernel_accounting = false; in allocate_and_suspend() local 276 …r, addr, (uint32_t) kAllocationSize, MACH_VM_RECLAIM_DEALLOCATE, &should_update_kernel_accounting); in allocate_and_suspend() 540 bool should_update_kernel_accounting = false; variable 547 …r, addr, (uint32_t) kAllocationSize, MACH_VM_RECLAIM_DEALLOCATE, &should_update_kernel_accounting);
|
| /xnu-10063.101.15/osfmk/mach/ |
| H A D | vm_reclaim.h | 111 bool *should_update_kernel_accounting);
|