Lines Matching refs:bg_flush_args
247 const autovector<BGFlushArg>& bg_flush_args, bool* made_progress, in FlushMemTablesToOutputFiles() argument
251 bg_flush_args, made_progress, job_context, log_buffer, thread_pri); in FlushMemTablesToOutputFiles()
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()
339 const uint64_t* max_memtable_id = &(bg_flush_args[i].max_memtable_id_); in AtomicFlushMemTablesToOutputFiles()
486 bg_flush_args[i].max_memtable_id_) { 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()
2260 status = FlushMemTablesToOutputFiles(bg_flush_args, made_progress, in BackgroundFlush()
2265 *reason = bg_flush_args[0].cfd_->GetFlushReason(); in BackgroundFlush()
2266 for (auto& arg : bg_flush_args) { in BackgroundFlush()