Home
last modified time | relevance | path

Searched refs:max_flushes (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc1972 bg_flush_scheduled_ < bg_job_limits.max_flushes) { in MaybeScheduleFlushOrCompaction()
1990 bg_job_limits.max_flushes) { in MaybeScheduleFlushOrCompaction()
2047 res.max_flushes = std::max(1, max_background_jobs / 4); in GetBGJobLimits()
2048 res.max_compactions = std::max(1, max_background_jobs - res.max_flushes); in GetBGJobLimits()
2052 res.max_flushes = std::max(1, max_background_flushes); in GetBGJobLimits()
2256 cfd->GetName().c_str(), bg_job_limits.max_flushes, in BackgroundFlush()
Ddb_impl_debug.cc257 return GetBGJobLimits().max_flushes; in TEST_BGFlushesAllowed()
Ddb_impl.cc1023 new_bg_job_limits.max_flushes > current_bg_job_limits.max_flushes; in SetDBOptions()
1030 env_->IncBackgroundThreadsIfNeeded(new_bg_job_limits.max_flushes, in SetDBOptions()
Ddb_impl_open.cc70 result.env->IncBackgroundThreadsIfNeeded(bg_job_limits.max_flushes, in SanitizeOptions()
Ddb_impl.h593 int max_flushes; member