Home
last modified time | relevance | path

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

/xnu-10063.101.15/libsyscall/mach/
H A Dvm_reclaim.c126 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 Dvm_reclaim.c66 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 Dvm_reclaim.h111 bool *should_update_kernel_accounting);