Searched defs:c_segment (Results 1 – 1 of 1) sorted by relevance
177 struct c_segment { struct179 queue_chain_t c_age_list; /* chain of the main queue this c_segment is in */ argument188 uint32_t c_mysegno; /* my index in c_segments */ argument190 …ion_ts; /* time filling the segment has finished, used for checking if segment reached ripe age */191 uint64_t c_generation_id; /* a unique id of a single lifetime of a segment */193 int32_t c_bytes_used;194 int32_t c_bytes_unused;195 uint32_t c_slots_used;197 …/* index of lowest empty slot. used for instance in minor compaction to not have to start from 0 */198 …lot; /* index of the next available slot in either c_slot_fixed_array or c_slot_var_array */[all …]