Searched refs:C_ON_SWAPIO_Q (Results 1 – 3 of 3) sorted by relevance
172 #define C_ON_SWAPIO_Q 10 macro311 cseg->c_state == C_ON_SWAPIO_Q))
1686 … == 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()1690 if (c_seg->c_task_owner && (new_state != C_ON_SWAPIO_Q)) { in c_seg_switch_state()1713 case C_ON_SWAPIO_Q: in c_seg_switch_state()1787 old_state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPIO_Q || in c_seg_switch_state()1809 …_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q || old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()1871 case C_ON_SWAPIO_Q: in c_seg_switch_state()1883 assert(old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()1894 assert(old_state == C_ON_SWAPIO_Q || old_state == C_ON_SWAPPEDOUT_Q); in c_seg_switch_state()5281 if (!c_seg->c_on_minorcompact_q && c_seg->c_state != C_ON_SWAPIO_Q) { in c_decompress_page()5316 …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()
1251 c_seg_switch_state(c_seg, C_ON_SWAPIO_Q, FALSE); in vm_swapout_thread()