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