Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.c1228 c_seg_switch_state(c_seg, C_ON_AGE_Q, FALSE); in c_seg_do_minor_compaction_and_unlock()
1423 assert(new_state == C_ON_AGE_Q || new_state == C_ON_SWAPOUT_Q); in c_seg_switch_state()
1429 case C_ON_AGE_Q: in c_seg_switch_state()
1438 assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE); in c_seg_switch_state()
1445 …assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state =… in c_seg_switch_state()
1459 …new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON_AGE_Q); in c_seg_switch_state()
1466 assert(new_state == C_ON_SWAPPEDIN_Q || new_state == C_ON_AGE_Q || in c_seg_switch_state()
1475 assert(new_state == C_ON_SWAPPEDIN_Q || new_state == C_ON_AGE_Q || in c_seg_switch_state()
1483 assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE); in c_seg_switch_state()
1519 case C_ON_AGE_Q: in c_seg_switch_state()
[all …]
H A Dvm_compressor.h173 #define C_ON_AGE_Q 3 macro
H A Dvm_compressor_backing_store.c1324 c_seg_switch_state(c_seg, C_ON_AGE_Q, FALSE); in vm_swapout_finish()