Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_compressor_xnu.h175 #define C_ON_SWAPPEDOUTSPARSE_Q 6 /* segment is swapped-out but some of its slots were freed */ macro
331 …(cseg) ((cseg->c_state == C_ON_SWAPPEDOUT_Q || cseg->c_state == C_ON_SWAPPEDOUTSPARSE_Q))
333 cseg->c_state == C_ON_SWAPPEDOUTSPARSE_Q || \
H A Dvm_compressor.c1463 c_seg_switch_state(c_seg, C_ON_SWAPPEDOUTSPARSE_Q, FALSE); in c_seg_move_to_sparse_list()
1801 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()
1806 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()
1808 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()
1818 new_state == C_ON_SWAPPEDOUTSPARSE_Q || in c_seg_switch_state()
1825 case C_ON_SWAPPEDOUTSPARSE_Q: in c_seg_switch_state()
1858 …state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()
1873 … == C_ON_MAJORCOMPACT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()
1894 …assert(old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q || old_state == C_ON… in c_seg_switch_state()
1978 case C_ON_SWAPPEDOUTSPARSE_Q: in c_seg_switch_state()
[all …]
H A Dvm_compressor_backing_store.c679 assert(c_seg->c_state == C_ON_SWAPPEDOUTSPARSE_Q); in vm_swap_defragment()
1429 new_state = C_ON_SWAPPEDOUTSPARSE_Q; in vm_swapout_finish()