Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_compressor.c3358 uint64_t vm_swap_put_failures_at_start; in vm_compressor_flush() local
3395 vm_swap_put_failures_at_start = vm_swap_put_failures; in vm_compressor_flush()
3432 if (vm_swap_put_failures > vm_swap_put_failures_at_start) { in vm_compressor_flush()
3434 vm_swap_put_failures - vm_swap_put_failures_at_start, VM_PAGE_COMPRESSOR_COUNT); in vm_compressor_flush()