Searched refs:bg_flush_args (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_compaction_flush.cc | 247 const autovector<BGFlushArg>& bg_flush_args, bool* made_progress, in FlushMemTablesToOutputFiles() argument 259 for (auto& arg : bg_flush_args) { in FlushMemTablesToOutputFiles() 289 const autovector<BGFlushArg>& bg_flush_args, bool* made_progress, in AtomicFlushMemTablesToOutputFiles() argument 294 for (const auto& arg : bg_flush_args) { in AtomicFlushMemTablesToOutputFiles() 2220 autovector<BGFlushArg> bg_flush_args; in BackgroundFlush() local 2238 bg_flush_args.emplace_back(cfd, iter.second, in BackgroundFlush() 2241 if (!bg_flush_args.empty()) { in BackgroundFlush() 2246 if (!bg_flush_args.empty()) { in BackgroundFlush() 2248 for (const auto& arg : bg_flush_args) { in BackgroundFlush() 2265 *reason = bg_flush_args[0].cfd_->GetFlushReason(); in BackgroundFlush() [all …]
|
| D | db_impl.h | 1384 const autovector<BGFlushArg>& bg_flush_args, bool* made_progress, 1388 const autovector<BGFlushArg>& bg_flush_args, bool* made_progress,
|