Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c1529 c_seg_switch_state(c_seg, C_ON_AGE_Q, FALSE); in c_seg_do_minor_compaction_and_unlock()
1742 assert(new_state == C_ON_AGE_Q || new_state == C_ON_SWAPOUT_Q); in c_seg_switch_state()
1748 case C_ON_AGE_Q: in c_seg_switch_state()
1762 assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE); in c_seg_switch_state()
1775 …assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state =… in c_seg_switch_state()
1796 if (new_state == C_ON_AGE_Q) { in c_seg_switch_state()
1805 …new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON_AGE_Q); in c_seg_switch_state()
1812 …new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON_AGE_Q); in c_seg_switch_state()
1821 assert(new_state == C_ON_SWAPPEDIN_Q || new_state == C_ON_AGE_Q || in c_seg_switch_state()
1830 assert(new_state == C_ON_SWAPPEDIN_Q || new_state == C_ON_AGE_Q || in c_seg_switch_state()
[all …]
H A Dvm_compressor_xnu.h172 #define C_ON_AGE_Q 3 macro
H A Dvm_compressor_backing_store.c1496 c_seg_switch_state(c_seg, C_ON_AGE_Q, FALSE); in vm_swapout_finish()
1503 c_seg_switch_state(c_seg, C_ON_AGE_Q, FALSE); in vm_swapout_finish()