Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_compressor_xnu.h194 #define C_IS_EMPTY 0 /* segment was just allocated and is going to start filling */ macro
H A Dvm_compressor.c1761 case C_IS_EMPTY: in c_seg_switch_state()
1801 …assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state =… in c_seg_switch_state()
1849 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1857 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1887 case C_IS_EMPTY: in c_seg_switch_state()
1894 assert(old_state == C_IS_EMPTY); in c_seg_switch_state()
4368 c_seg->c_state = C_IS_EMPTY; in c_seg_allocate()
5403 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in c_decompress_page()
6398 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in vm_compressor_inject_error()