Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_xnu.h182 struct c_segment { struct
184 queue_chain_t c_age_list; /* chain of the main queue this c_segment is in */ argument
193 uint32_t c_mysegno; /* my index in c_segments */ argument
195 …ion_ts; /* time filling the segment has finished, used for checking if segment reached ripe age */
196 uint64_t c_generation_id; /* a unique id of a single lifetime of a segment */
198 int32_t c_bytes_used;
199 int32_t c_bytes_unused;
200 uint32_t c_slots_used;
202 …/* index of lowest empty slot. used for instance in minor compaction to not have to start from 0 */
203 …lot; /* index of the next available slot in either c_slot_fixed_array or c_slot_var_array */
[all …]