Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_compressor_xnu.h200 #define C_ON_SWAPPEDOUTSPARSE_Q 6 /* segment is swapped-out but some of its slots were freed */ macro
356 …(cseg) ((cseg->c_state == C_ON_SWAPPEDOUT_Q || cseg->c_state == C_ON_SWAPPEDOUTSPARSE_Q))
358 cseg->c_state == C_ON_SWAPPEDOUTSPARSE_Q || \
H A Dvm_compressor.c1493 c_seg_switch_state(c_seg, C_ON_SWAPPEDOUTSPARSE_Q, FALSE); in c_seg_move_to_sparse_list()
1831 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()
1836 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()
1838 …assert(new_state == C_ON_SWAPPEDOUT_Q || new_state == C_ON_SWAPPEDOUTSPARSE_Q || new_state == C_ON… in c_seg_switch_state()
1848 new_state == C_ON_SWAPPEDOUTSPARSE_Q || in c_seg_switch_state()
1855 case C_ON_SWAPPEDOUTSPARSE_Q: in c_seg_switch_state()
1888 …state == C_ON_SWAPOUT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()
1903 … == C_ON_MAJORCOMPACT_Q || old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q); in c_seg_switch_state()
1924 …assert(old_state == C_ON_SWAPPEDOUT_Q || old_state == C_ON_SWAPPEDOUTSPARSE_Q || old_state == C_ON… in c_seg_switch_state()
2008 case C_ON_SWAPPEDOUTSPARSE_Q: in c_seg_switch_state()
[all …]
H A Dvm_compressor_backing_store.c689 assert(c_seg->c_state == C_ON_SWAPPEDOUTSPARSE_Q); in vm_swap_defragment()
1439 new_state = C_ON_SWAPPEDOUTSPARSE_Q; in vm_swapout_finish()