Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_compressor.h417 extern uint64_t vm_swap_put_failures;
H A Dvm_compressor_backing_store.c55 uint64_t vm_swap_put_failures = 0; /* Likely failed I/O. Data is still in memory. */ variable
1862 vm_swap_put_failures++; in vm_swap_put_finish()
H A Dvm_compressor.c3396 vm_swap_put_failures_at_start = vm_swap_put_failures; in vm_compressor_flush()
3433 if (vm_swap_put_failures > vm_swap_put_failures_at_start) { in vm_compressor_flush()
3435 vm_swap_put_failures - vm_swap_put_failures_at_start, VM_PAGE_COMPRESSOR_COUNT); in vm_compressor_flush()
5629 vm_num_swap_files, vm_num_pinned_swap_files, vm_swappin_enabled, vm_swap_put_failures, in vm_panic_hibernate_write_image_failed()