Lines Matching refs:num_flush_not_started_
95 assert(num_flush_not_started_ <= size); in NumNotFlushed()
327 if ((flush_requested_ && num_flush_not_started_ > 0) || in IsFlushPending()
328 (num_flush_not_started_ >= min_write_buffer_number_to_merge_)) { in IsFlushPending()
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()
538 assert(static_cast<int>(current_->memlist_.size()) >= num_flush_not_started_); in Add()
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()
766 if (0 == num_flush_not_started_) { in RemoveOldMemTables()