Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_xnu.h393 extern uint32_t c_early_swapout_count, c_regular_swapout_count, c_late_swapout_count;
H A Dvm_compressor.c280 uint32_t c_early_swapout_count = 0, c_regular_swapout_count = 0, c_late_swapout_count = 0; variable
1819 c_regular_swapout_count--; in c_seg_switch_state()
1975 c_regular_swapout_count++; in c_seg_switch_state()
3039 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_do_delayed_compactions()
3898 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap()
3926 c_swapout_count = c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count; in vm_compressor_compact_and_swap()
5752 …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) …
1302 if (!(c_early_swapout_count + c_regular_swapout_count + c_late_swapout_count)) { in vm_swapout_thread()
/xnu-11215.1.10/osfmk/kern/
H A Dhost.c866 extern uint32_t c_early_swapout_count, c_regular_swapout_count, c_late_swapout_count;
892 qc->qcc_regular_swapout_count = c_regular_swapout_count; in vm_compressor_queue_lens()