Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor.h396 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
1722 vm_swap_put_failures++; in vm_swap_put_finish()
H A Dvm_compressor.c2736 vm_swap_put_failures_at_start = vm_swap_put_failures; in vm_compressor_flush()
2773 if (vm_swap_put_failures > vm_swap_put_failures_at_start) { in vm_compressor_flush()
2775 vm_swap_put_failures - vm_swap_put_failures_at_start, VM_PAGE_COMPRESSOR_COUNT); in vm_compressor_flush()
4936 vm_num_swap_files, vm_num_pinned_swap_files, vm_swappin_enabled, vm_swap_put_failures, in vm_panic_hibernate_write_image_failed()