Searched refs:C_ON_SWAPIO_Q (Results 1 – 3 of 3) sorted by relevance
179 #define C_ON_SWAPIO_Q 10 macro335 cseg->c_state == C_ON_SWAPIO_Q))
1775 … == 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()1779 if (c_seg->c_task_owner && (new_state != C_ON_SWAPIO_Q)) { in c_seg_switch_state()1802 case C_ON_SWAPIO_Q: in c_seg_switch_state()1876 old_state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPIO_Q || in c_seg_switch_state()1898 …_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q || old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()1960 case C_ON_SWAPIO_Q: in c_seg_switch_state()1972 assert(old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()1983 assert(old_state == C_ON_SWAPIO_Q || old_state == C_ON_SWAPPEDOUT_Q); in c_seg_switch_state()5521 if (!c_seg->c_on_minorcompact_q && c_seg->c_state != C_ON_SWAPIO_Q) { in c_decompress_page()5559 …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()
1281 c_seg_switch_state(c_seg, C_ON_SWAPIO_Q, FALSE); in vm_swapout_thread()