Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_internal.h74 extern uint64_t vm_swap_put_failures;
H A Dvm_compressor_backing_store.c60 uint64_t vm_swap_put_failures = 0; /* Likely failed I/O. Data is still in memory. */ variable
1898 vm_swap_put_failures++; in vm_swap_put_finish()
H A Dvm_compressor.c3524 vm_swap_put_failures_at_start = vm_swap_put_failures; in vm_compressor_flush()
3561 if (vm_swap_put_failures > vm_swap_put_failures_at_start) { in vm_compressor_flush()
3563 vm_swap_put_failures - vm_swap_put_failures_at_start, VM_PAGE_COMPRESSOR_COUNT); in vm_compressor_flush()
5820 vm_num_swap_files, vm_num_pinned_swap_files, vm_swappin_enabled, vm_swap_put_failures, in vm_panic_hibernate_write_image_failed()