Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor.c1414 case C_IS_EMPTY: in c_seg_switch_state()
1443 …assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state =… in c_seg_switch_state()
1466 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1474 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1504 case C_IS_EMPTY: in c_seg_switch_state()
1511 assert(old_state == C_IS_EMPTY); in c_seg_switch_state()
3540 c_seg->c_state = C_IS_EMPTY; in c_seg_allocate()
4312 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in c_decompress_page()
4756 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in vm_compressor_inject_error()
H A Dvm_compressor.h170 #define C_IS_EMPTY 0 macro
H A Dvm_compressor_backing_store.c1153 c_seg_switch_state(c_seg, C_IS_EMPTY, FALSE); in vm_swapout_thread()