Home
last modified time | relevance | path

Searched refs:next_smallest (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/compaction/
Dcompaction_picker.cc245 InternalKey** next_smallest) { in ExpandInputsToCleanCut() argument
269 next_smallest); in ExpandInputsToCleanCut()
723 InternalKey* next_smallest = &key_storage; in CompactRange() local
724 if (ExpandInputsToCleanCut(cf_name, vstorage, &inputs, &next_smallest) == in CompactRange()
733 if (covering_the_whole_range || !next_smallest) { in CompactRange()
736 **compaction_end = *next_smallest; in CompactRange()
Dcompaction_picker.h171 InternalKey** next_smallest = nullptr);
/rocksdb-6.9/db/
Dversion_set.h221 InternalKey** next_smallest = nullptr) // if non-null, returns the
239 InternalKey** next_smallest = nullptr) // if non-null, returns the
Dversion_set.cc2890 bool expand_range, InternalKey** next_smallest) const { in GetOverlappingInputs()
2903 file_index, false, next_smallest); in GetOverlappingInputs()
2907 if (next_smallest) { in GetOverlappingInputs()
2910 *next_smallest = nullptr; in GetOverlappingInputs()
3006 bool within_interval, InternalKey** next_smallest) const { in GetOverlappingInputsRangeBinarySearch()
3075 if (next_smallest) { in GetOverlappingInputsRangeBinarySearch()
3076 *next_smallest = nullptr; in GetOverlappingInputsRangeBinarySearch()
3093 if (next_smallest != nullptr) { in GetOverlappingInputsRangeBinarySearch()
3096 **next_smallest = files_[level][end_index]->smallest; in GetOverlappingInputsRangeBinarySearch()
3098 *next_smallest = nullptr; in GetOverlappingInputsRangeBinarySearch()