Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_xnu.h174 #define C_ON_SWAPIO_Q 10 macro
322 cseg->c_state == C_ON_SWAPIO_Q))
H A Dvm_compressor.c1802 … == 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()
1806 if (c_seg->c_task_owner && (new_state != C_ON_SWAPIO_Q)) { in c_seg_switch_state()
1829 case C_ON_SWAPIO_Q: in c_seg_switch_state()
1903 old_state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPIO_Q || in c_seg_switch_state()
1925 …_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q || old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()
1987 case C_ON_SWAPIO_Q: in c_seg_switch_state()
1999 assert(old_state == C_ON_SWAPIO_Q); in c_seg_switch_state()
2010 assert(old_state == C_ON_SWAPIO_Q || old_state == C_ON_SWAPPEDOUT_Q); in c_seg_switch_state()
5458 if (!c_seg->c_on_minorcompact_q && c_seg->c_state != C_ON_SWAPIO_Q) { in c_decompress_page()
5496 …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.c1263 c_seg_switch_state(c_seg, C_ON_SWAPIO_Q, FALSE); in vm_swapout_thread()