Searched refs:c_firstemptyslot (Results 1 – 2 of 2) sorted by relevance
1032 if (c_seg->c_firstemptyslot < c_seg->c_nextslot) { in c_seg_validate()1033 c_indx = c_seg->c_firstemptyslot; in c_seg_validate()1756 if (c_seg->c_firstemptyslot > c_seg->c_nextslot) { in c_seg_trim_tail()1757 c_seg->c_firstemptyslot = c_seg->c_nextslot; in c_seg_trim_tail()1797 if (c_seg->c_firstemptyslot >= c_seg->c_nextslot || C_SEG_UNUSED_BYTES(c_seg) < PAGE_SIZE) { in c_seg_minor_compaction_and_unlock()1810 c_indx = c_seg->c_firstemptyslot; in c_seg_minor_compaction_and_unlock()1841 c_seg->c_firstemptyslot = c_indx; in c_seg_minor_compaction_and_unlock()2041 if (c_seg_dst->c_firstemptyslot == c_seg_dst->c_nextslot) { in c_seg_major_compact()2042 c_seg_dst->c_firstemptyslot++; in c_seg_major_compact()2053 c_seg_src->c_firstemptyslot = 0; in c_seg_major_compact()[all …]
211 uint16_t c_firstemptyslot; member