Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_xnu.h402 extern uint32_t c_early_swapout_count, c_regular_swapout_count, c_late_swapout_count;
H A Dvm_compressor.c279 uint32_t c_early_swapout_count = 0, c_regular_swapout_count = 0, c_late_swapout_count = 0; variable
1792 c_regular_swapout_count--; in c_seg_switch_state()
1948 c_regular_swapout_count++; in c_seg_switch_state()
3031 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_do_delayed_compactions()
3915 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap()
3943 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap()
5819 …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.c182 #define VM_SWAP_BUSY() (((c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count) …
1320 if (!(c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count)) { in vm_swapout_thread()
/xnu-12377.1.9/osfmk/kern/
H A Dhost.c888 extern uint32_t c_early_swapout_count, c_regular_swapout_count, c_late_swapout_count;
914 qc->qcc_regular_swapout_count = c_regular_swapout_count; in vm_compressor_queue_lens()