Searched refs:C_ON_SWAPIO_Q (Results 1 – 3 of 3) sorted by relevance
204 #define C_ON_SWAPIO_Q 10 macro360 cseg->c_state == C_ON_SWAPIO_Q))
1806 … == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state == C_ON_SWAPIO_Q); in c_seg_switch_state()1810 if (c_seg->c_task_owner && (new_state != C_ON_SWAPIO_Q)) { in c_seg_switch_state()1833 case C_ON_SWAPIO_Q: in c_seg_switch_state()1907 old_state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPIO_Q || in c_seg_switch_state()1929 …_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q || old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()1991 case C_ON_SWAPIO_Q: in c_seg_switch_state()2003 assert(old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()2014 assert(old_state == C_ON_SWAPIO_Q || old_state == C_ON_SWAPPEDOUT_Q); in c_seg_switch_state()5780 if (!c_seg->c_on_minorcompact_q && c_seg->c_state != C_ON_SWAPIO_Q) { in c_decompress_page()5818 …eg->c_state != C_ON_BAD_Q && c_seg->c_state != C_ON_SWAPOUT_Q && c_seg->c_state != C_ON_SWAPIO_Q && in c_decompress_page()
1271 c_seg_switch_state(c_seg, C_ON_SWAPIO_Q, FALSE); in vm_swapout_thread()