Home
last modified time | relevance | path

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

/xnu-11417.121.6/libsyscall/mach/
H A Dvm_reclaim.c195 bool *should_update_kernel_accounting) in mach_vm_reclaim_try_enter() argument
201 *should_update_kernel_accounting = false; in mach_vm_reclaim_try_enter()
275 *should_update_kernel_accounting = update_accounting(ring, region_size); in mach_vm_reclaim_try_enter()
287 bool *should_update_kernel_accounting) in mach_vm_reclaim_try_cancel() argument
301 if (state == NULL || should_update_kernel_accounting == NULL) { in mach_vm_reclaim_try_cancel()
305 *should_update_kernel_accounting = false; in mach_vm_reclaim_try_cancel()
364 *should_update_kernel_accounting = update_accounting(ring_buffer, -(int64_t)region_size); in mach_vm_reclaim_try_cancel()
/xnu-11417.121.6/osfmk/mach/
H A Dvm_reclaim.h225 bool *should_update_kernel_accounting);
271 bool *should_update_kernel_accounting);
/xnu-11417.121.6/tests/vm/
H A Dvm_reclaim.c111 bool should_update_kernel_accounting = false; in allocate_and_defer_free() local
117 …ach_vm_reclaim_try_enter(ringbuffer, *addr, size, behavior, &id, &should_update_kernel_accounting); in allocate_and_defer_free()
118 if (should_update_kernel_accounting) { in allocate_and_defer_free()
305 bool should_update_kernel_accounting = false; in allocate_and_suspend() local
325 …r(ringbuffer, addr, kAllocationSize, VM_RECLAIM_DEALLOCATE, &id, &should_update_kernel_accounting); in allocate_and_suspend()
684 bool should_update_kernel_accounting = false; variable
694 …(ringbuffer, addr, kAllocationSize, VM_RECLAIM_DEALLOCATE, &idx, &should_update_kernel_accounting);