Home
last modified time | relevance | path

Searched refs:update_accounting (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/tests/vm/
H A Dvm_reclaim.c90 bool update_accounting; in try_cancel() local
93 kr = mach_vm_reclaim_try_cancel(ringbuffer, id, addr, size, behavior, &state, &update_accounting); in try_cancel()
95 if (update_accounting) { in try_cancel()
565 bool success, update_accounting; variable
595 …laim_try_enter(ringbuffer, addrs[i], sizes[i], VM_RECLAIM_DEALLOCATE, &ids[i], &update_accounting);
597 if (update_accounting) {
614 …laim_try_enter(ringbuffer, addrs[i], sizes[i], VM_RECLAIM_DEALLOCATE, &ids[i], &update_accounting);
616 if (update_accounting) {
/xnu-11417.121.6/libsyscall/mach/
H A Dvm_reclaim.c67 update_accounting(mach_vm_reclaim_ring_t ring_buffer, int64_t size) in update_accounting() function
275 *should_update_kernel_accounting = update_accounting(ring, region_size); in mach_vm_reclaim_try_enter()
364 *should_update_kernel_accounting = update_accounting(ring_buffer, -(int64_t)region_size); in mach_vm_reclaim_try_cancel()