Home
last modified time | relevance | path

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

/xnu-11215.1.10/libsyscall/mach/
H A Dvm_reclaim.c111 mach_vm_reclaim_behavior_v1_t behavior, bool *should_update_kernel_accounting) in mach_vm_reclaim_mark_free() argument
119 *should_update_kernel_accounting = false; in mach_vm_reclaim_mark_free()
143 *should_update_kernel_accounting = update_accounting(ring_buffer, size); in mach_vm_reclaim_mark_free()
155 bool *should_update_kernel_accounting) in mach_vm_reclaim_mark_free_with_id() argument
201 *should_update_kernel_accounting = update_accounting(ring_buffer, size); in mach_vm_reclaim_mark_free_with_id()
/xnu-11215.1.10/osfmk/mach/
H A Dvm_reclaim.h113 bool *should_update_kernel_accounting);
139 bool *should_update_kernel_accounting);
/xnu-11215.1.10/tests/vm/
H A Dvm_reclaim.c71 bool should_update_kernel_accounting = false; in allocate_and_defer_free() local
77 …_reclaim_mark_free(ringbuffer, *addr, (uint32_t) size, behavior, &should_update_kernel_accounting); in allocate_and_defer_free()
78 if (should_update_kernel_accounting) { in allocate_and_defer_free()
269 bool should_update_kernel_accounting = false; in allocate_and_suspend() local
284 …r, addr, (uint32_t) kAllocationSize, MACH_VM_RECLAIM_DEALLOCATE, &should_update_kernel_accounting); in allocate_and_suspend()
552 bool should_update_kernel_accounting = false; variable
559 …r, addr, (uint32_t) kAllocationSize, MACH_VM_RECLAIM_DEALLOCATE, &should_update_kernel_accounting);