Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_compressor_xnu.h169 #define C_IS_EMPTY 0 /* segment was just allocated and is going to start filling */ macro
H A Dvm_compressor.c1731 case C_IS_EMPTY: in c_seg_switch_state()
1771 …assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state =… in c_seg_switch_state()
1819 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1827 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1857 case C_IS_EMPTY: in c_seg_switch_state()
1864 assert(old_state == C_IS_EMPTY); in c_seg_switch_state()
4223 c_seg->c_state = C_IS_EMPTY; in c_seg_allocate()
5148 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in c_decompress_page()
6090 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in vm_compressor_inject_error()