Searched refs:max_compactions (Results 1 – 5 of 5) sorted by relevance
252 return GetBGJobLimits().max_compactions; in TEST_BGCompactionsAllowed()
2019 while (bg_compaction_scheduled_ < bg_job_limits.max_compactions && in MaybeScheduleFlushOrCompaction()2048 res.max_compactions = std::max(1, max_background_jobs - res.max_flushes); in GetBGJobLimits()2053 res.max_compactions = std::max(1, max_background_compactions); in GetBGJobLimits()2057 res.max_compactions = 1; in GetBGJobLimits()2257 bg_job_limits.max_compactions, bg_flush_scheduled_, in BackgroundFlush()
1025 new_bg_job_limits.max_compactions > in SetDBOptions()1026 current_bg_job_limits.max_compactions; in SetDBOptions()1035 env_->IncBackgroundThreadsIfNeeded(new_bg_job_limits.max_compactions, in SetDBOptions()
68 result.env->IncBackgroundThreadsIfNeeded(bg_job_limits.max_compactions, in SanitizeOptions()
594 int max_compactions; member