Home
last modified time | relevance | path

Searched refs:num_flush_not_started_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dmemtable_list.cc95 assert(num_flush_not_started_ <= size); in NumNotFlushed()
352 num_flush_not_started_--; in PickMemtablesToFlush()
353 if (num_flush_not_started_ == 0) { in PickMemtablesToFlush()
360 if (!atomic_flush || num_flush_not_started_ == 0) { in PickMemtablesToFlush()
380 num_flush_not_started_++; in RollbackMemtableFlush()
524 num_flush_not_started_++; in TryInstallMemtableFlushResults()
547 num_flush_not_started_++; in Add()
548 if (num_flush_not_started_ == 1) { in Add()
739 imm->num_flush_not_started_++; in InstallMemtableAtomicFlushResults()
765 --num_flush_not_started_; in RemoveOldMemTables()
[all …]
Dmemtable_list.h218 num_flush_not_started_(0), in MemTableList()
394 int num_flush_not_started_; variable