Searched refs:C_ON_SWAPPEDOUT_Q (Results 1 – 3 of 3) sorted by relevance
174 #define C_ON_SWAPPEDOUT_Q 5 macro331 #define C_SEG_IS_ONDISK(cseg) ((cseg->c_state == C_ON_SWAPPEDOUT_Q || cseg->c_state == C_…332 #define C_SEG_IS_ON_DISK_OR_SOQ(cseg) ((cseg->c_state == C_ON_SWAPPEDOUT_Q || \
1801 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()1806 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()1808 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()1816 case C_ON_SWAPPEDOUT_Q: in c_seg_switch_state()1858 …assert(old_state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDO… in c_seg_switch_state()1873 …old_state == C_ON_MAJORCOMPACT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUT… in c_seg_switch_state()1894 …assert(old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q || old_state == C_ON… in c_seg_switch_state()1967 case C_ON_SWAPPEDOUT_Q: in c_seg_switch_state()1979 assert(old_state == C_ON_SWAPIO_Q || old_state == C_ON_SWAPPEDOUT_Q); in c_seg_switch_state()2003 assert(old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()
1420 int new_state = C_ON_SWAPPEDOUT_Q; in vm_swapout_finish()