Home
last modified time | relevance | path

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

/xnu-11215.1.10/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
1876 vm_swap_put_failures++; in vm_swap_put_finish()
H A Dvm_compressor.c3505 vm_swap_put_failures_at_start = vm_swap_put_failures; in vm_compressor_flush()
3542 if (vm_swap_put_failures > vm_swap_put_failures_at_start) { in vm_compressor_flush()
3544 vm_swap_put_failures - vm_swap_put_failures_at_start, VM_PAGE_COMPRESSOR_COUNT); in vm_compressor_flush()
5753 vm_num_swap_files, vm_num_pinned_swap_files, vm_swappin_enabled, vm_swap_put_failures, in vm_panic_hibernate_write_image_failed()