Searched refs:vm_swap_put_failures_at_start (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c1515 uint64_t vm_swap_put_failures_at_start; local
1550 vm_swap_put_failures_at_start = vm_swap_put_failures;
1570 if (vm_swap_put_failures > vm_swap_put_failures_at_start)
1572 vm_swap_put_failures - vm_swap_put_failures_at_start, VM_PAGE_COMPRESSOR_COUNT);

Completed in 19 milliseconds