Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor.h182 #define C_ON_SWAPIO_Q 10 macro
308 cseg->c_state == C_ON_SWAPIO_Q))
H A Dvm_compressor.c1688 … == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state == C_ON_SWAPIO_Q); in c_seg_switch_state()
1692 if (c_seg->c_task_owner && (new_state != C_ON_SWAPIO_Q)) { in c_seg_switch_state()
1715 case C_ON_SWAPIO_Q: in c_seg_switch_state()
1789 old_state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPIO_Q || in c_seg_switch_state()
1811 …_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q || old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()
1873 case C_ON_SWAPIO_Q: in c_seg_switch_state()
1885 assert(old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()
1896 assert(old_state == C_ON_SWAPIO_Q || old_state == C_ON_SWAPPEDOUT_Q); in c_seg_switch_state()
5298 if (!c_seg->c_on_minorcompact_q && c_seg->c_state != C_ON_SWAPIO_Q) { in c_decompress_page()
5333 …eg->c_state != C_ON_BAD_Q && c_seg->c_state != C_ON_SWAPOUT_Q && c_seg->c_state != C_ON_SWAPIO_Q && in c_decompress_page()
H A Dvm_compressor_backing_store.c1248 c_seg_switch_state(c_seg, C_ON_SWAPIO_Q, FALSE); in vm_swapout_thread()