Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_xnu.h164 #define C_IS_EMPTY 0 /* segment was just allocated and is going to start filling */ macro
H A Dvm_compressor.c1762 case C_IS_EMPTY: in c_seg_switch_state()
1802 …assert(new_state == C_ON_AGE_Q || new_state == C_IS_FREE || new_state == C_IS_EMPTY || new_state =… in c_seg_switch_state()
1850 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1858 new_state == C_ON_BAD_Q || new_state == C_IS_EMPTY || new_state == C_IS_FREE); in c_seg_switch_state()
1888 case C_IS_EMPTY: in c_seg_switch_state()
1895 assert(old_state == C_IS_EMPTY); in c_seg_switch_state()
4231 c_seg->c_state = C_IS_EMPTY; in c_seg_allocate()
5141 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in c_decompress_page()
6069 assert(c_seg->c_state != C_IS_EMPTY && c_seg->c_state != C_IS_FREE); in vm_compressor_inject_error()