Searched refs:records_available (Results 1 – 1 of 1) sorted by relevance
206 const uint32_t records_available = std::min(i + 1, ring.record_count()); in TYPED_TEST() local207 const uint32_t oldest_sequence = newest_sequence - records_available + 1; in TYPED_TEST()212 for (uint32_t j = 0; j < records_available; ++j) { in TYPED_TEST()