Home
last modified time | relevance | path

Searched refs:C_ON_SWAPPEDOUT_Q (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.h175 #define C_ON_SWAPPEDOUT_Q 5 macro
285 #define C_SEG_IS_ONDISK(cseg) ((cseg->c_state == C_ON_SWAPPEDOUT_Q || cseg->c_state == C_…
286 #define C_SEG_IS_ON_DISK_OR_SOQ(cseg) ((cseg->c_state == C_ON_SWAPPEDOUT_Q || \
H A Dvm_compressor.c1459 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()
1465 case C_ON_SWAPPEDOUT_Q: in c_seg_switch_state()
1507 …assert(old_state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDO… in c_seg_switch_state()
1522 …old_state == C_ON_MAJORCOMPACT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUT… in c_seg_switch_state()
1539 assert(old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()
1571 case C_ON_SWAPPEDOUT_Q: in c_seg_switch_state()
1583 assert(old_state == C_ON_SWAPIO_Q || old_state == C_ON_SWAPPEDOUT_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()
H A Dvm_compressor_backing_store.c1281 int new_state = C_ON_SWAPPEDOUT_Q; in vm_swapout_finish()