Searched refs:C_ON_SWAPPEDOUTSPARSE_Q (Results 1 – 3 of 3) sorted by relevance
176 #define C_ON_SWAPPEDOUTSPARSE_Q 6 macro285 …(cseg) ((cseg->c_state == C_ON_SWAPPEDOUT_Q || cseg->c_state == C_ON_SWAPPEDOUTSPARSE_Q))287 cseg->c_state == C_ON_SWAPPEDOUTSPARSE_Q || \
1142 c_seg_switch_state(c_seg, C_ON_SWAPPEDOUTSPARSE_Q, FALSE); in c_seg_move_to_sparse_list()1459 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()1467 new_state == C_ON_SWAPPEDOUTSPARSE_Q || in c_seg_switch_state()1474 case C_ON_SWAPPEDOUTSPARSE_Q: in c_seg_switch_state()1507 …state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()1522 … == C_ON_MAJORCOMPACT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()1539 assert(old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()1582 case C_ON_SWAPPEDOUTSPARSE_Q: in c_seg_switch_state()1606 assert(old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()4632 if (c_seg->c_state != C_ON_SWAPPEDOUTSPARSE_Q) { in c_decompress_page()[all …]
635 assert(c_seg->c_state == C_ON_SWAPPEDOUTSPARSE_Q); in vm_swap_defragment()1290 new_state = C_ON_SWAPPEDOUTSPARSE_Q; in vm_swapout_finish()