Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor.c1556 c_seg_switch_state(c_seg, C_ON_AGE_Q, FALSE); in c_seg_do_minor_compaction_and_unlock()
1769 assert(new_state == C_ON_AGE_Q || new_state == C_ON_SWAPOUT_Q); in c_seg_switch_state()
1775 case C_ON_AGE_Q: in c_seg_switch_state()
1789 assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE); in c_seg_switch_state()
1802 …assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state =… in c_seg_switch_state()
1823 if (new_state == C_ON_AGE_Q) { in c_seg_switch_state()
1832 …new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON_AGE_Q); in c_seg_switch_state()
1839 …new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON_AGE_Q); in c_seg_switch_state()
1848 assert(new_state == C_ON_SWAPPEDIN_Q || new_state == C_ON_AGE_Q || in c_seg_switch_state()
1857 assert(new_state == C_ON_SWAPPEDIN_Q || new_state == C_ON_AGE_Q || in c_seg_switch_state()
[all …]
H A Dvm_compressor_xnu.h167 #define C_ON_AGE_Q 3 macro
H A Dvm_compressor_backing_store.c1474 c_seg_switch_state(c_seg, C_ON_AGE_Q, FALSE); in vm_swapout_finish()
1481 c_seg_switch_state(c_seg, C_ON_AGE_Q, FALSE); in vm_swapout_finish()