Lines Matching refs:made_progress

139     bool* made_progress, JobContext* job_context,  in FlushMemTableToOutputFile()  argument
201 if (made_progress) { in FlushMemTableToOutputFile()
202 *made_progress = true; in FlushMemTableToOutputFile()
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()
264 cfd, mutable_cf_options, made_progress, job_context, in FlushMemTablesToOutputFiles()
289 const autovector<BGFlushArg>& bg_flush_args, bool* made_progress, in AtomicFlushMemTablesToOutputFiles() argument
544 if (made_progress) { in AtomicFlushMemTablesToOutputFiles()
545 *made_progress = true; in AtomicFlushMemTablesToOutputFiles()
2199 Status DBImpl::BackgroundFlush(bool* made_progress, JobContext* job_context, in BackgroundFlush() argument
2260 status = FlushMemTablesToOutputFiles(bg_flush_args, made_progress, in BackgroundFlush()
2280 bool made_progress = false; in BackgroundCallFlush() local
2297 Status s = BackgroundFlush(&made_progress, &job_context, &log_buffer, in BackgroundCallFlush()
2361 bool made_progress = false; in BackgroundCallCompaction() local
2382 Status s = BackgroundCompaction(&made_progress, &job_context, &log_buffer, in BackgroundCallCompaction()
2456 if (made_progress || in BackgroundCallCompaction()
2475 Status DBImpl::BackgroundCompaction(bool* made_progress, in BackgroundCompaction() argument
2484 *made_progress = false; in BackgroundCompaction()
2702 *made_progress = true; in BackgroundCompaction()
2775 *made_progress = true; in BackgroundCompaction()
2846 *made_progress = true; in BackgroundCompaction()
2857 *made_progress = true; in BackgroundCompaction()