Searched refs:c_regular_swapout_count (Results 1 – 4 of 4) sorted by relevance
393 extern uint32_t c_early_swapout_count, c_regular_swapout_count, c_late_swapout_count;
280 uint32_t c_early_swapout_count = 0, c_regular_swapout_count = 0, c_late_swapout_count = 0; variable1819 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()
182 #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()
866 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()