Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.c1735 case C_IS_EMPTY: in c_seg_switch_state()
1775 …assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state =… in c_seg_switch_state()
1823 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1831 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1861 case C_IS_EMPTY: in c_seg_switch_state()
1868 assert(old_state == C_IS_EMPTY); in c_seg_switch_state()
4258 c_seg->c_state = C_IS_EMPTY; in c_seg_allocate()
5197 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in c_decompress_page()
6139 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in vm_compressor_inject_error()