Searched refs:c_firstemptyslot (Results 1 – 2 of 2) sorted by relevance
1246 if (c_seg->c_firstemptyslot < c_seg->c_nextslot) { in c_seg_validate()1247 c_indx = c_seg->c_firstemptyslot; in c_seg_validate()2071 if (c_seg->c_firstemptyslot > c_seg->c_nextslot) { in c_seg_trim_tail()2072 c_seg->c_firstemptyslot = c_seg->c_nextslot; in c_seg_trim_tail()2112 if (c_seg->c_firstemptyslot >= c_seg->c_nextslot || C_SEG_UNUSED_BYTES(c_seg) < PAGE_SIZE) { in c_seg_minor_compaction_and_unlock()2125 c_indx = c_seg->c_firstemptyslot; in c_seg_minor_compaction_and_unlock()2156 c_seg->c_firstemptyslot = c_indx; in c_seg_minor_compaction_and_unlock()2357 if (c_seg_dst->c_firstemptyslot == c_seg_dst->c_nextslot) { in c_seg_major_compact()2358 c_seg_dst->c_firstemptyslot++; in c_seg_major_compact()2369 c_seg_src->c_firstemptyslot = 0; in c_seg_major_compact()[all …]
205 uint16_t c_firstemptyslot; member