Home
last modified time | relevance | path

Searched defs:c_segment (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor_xnu.h207 struct c_segment { struct
209 queue_chain_t c_age_list; /* chain of the main queue this c_segment is in */ argument
218 uint32_t c_mysegno; /* my index in c_segments */ argument
220 …ion_ts; /* time filling the segment has finished, used for checking if segment reached ripe age */
221 uint64_t c_generation_id; /* a unique id of a single lifetime of a segment */
223 int32_t c_bytes_used;
224 int32_t c_bytes_unused;
225 uint32_t c_slots_used;
227 …/* index of lowest empty slot. used for instance in minor compaction to not have to start from 0 */
228 …lot; /* index of the next available slot in either c_slot_fixed_array or c_slot_var_array */
[all …]