Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.c1416 case C_IS_EMPTY: in c_seg_switch_state()
1445 …assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state =… in c_seg_switch_state()
1468 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1476 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1506 case C_IS_EMPTY: in c_seg_switch_state()
1513 assert(old_state == C_IS_EMPTY); in c_seg_switch_state()
3553 c_seg->c_state = C_IS_EMPTY; in c_seg_allocate()
4327 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in c_decompress_page()
4771 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.c1148 c_seg_switch_state(c_seg, C_IS_EMPTY, FALSE); in vm_swapout_thread()