Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor.h421 extern uint32_t c_early_swapout_count, c_regular_swapout_count, c_late_swapout_count;
H A Dvm_compressor.c264 uint32_t c_early_swapout_count = 0, c_regular_swapout_count = 0, c_late_swapout_count = 0; variable
1702 c_regular_swapout_count--; in c_seg_switch_state()
1858 c_regular_swapout_count++; in c_seg_switch_state()
2953 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_do_delayed_compactions()
3787 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap()
3815 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap()
5602 …c_age_count, c_major_count, c_minor_count, (c_early_swapout_count + c_regular_swapout_count + c_la… in vm_panic_hibernate_write_image_failed()
H A Dvm_compressor_backing_store.c183 #define VM_SWAP_BUSY() (((c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count) …
1290 if (!(c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count)) { in vm_swapout_thread()