Home
last modified time | relevance | path

Searched refs:thread_pri (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc144 Env::Priority thread_pri) { in FlushMemTableToOutputFile() argument
157 true /* sync_output_directory */, true /* write_manifest */, thread_pri); in FlushMemTableToOutputFile()
248 JobContext* job_context, LogBuffer* log_buffer, Env::Priority thread_pri) { in FlushMemTablesToOutputFiles() argument
251 bg_flush_args, made_progress, job_context, log_buffer, thread_pri); in FlushMemTablesToOutputFiles()
266 snapshot_checker, log_buffer, thread_pri); in FlushMemTablesToOutputFiles()
348 thread_pri)); in AtomicFlushMemTablesToOutputFiles()
2201 Env::Priority thread_pri) { in BackgroundFlush() argument
2279 void DBImpl::BackgroundCallFlush(Env::Priority thread_pri) { in BackgroundCallFlush() argument
2298 &reason, thread_pri); in BackgroundCallFlush()
2479 Env::Priority thread_pri) { in BackgroundCompaction() argument
[all …]
Ddb_impl.h1379 Env::Priority thread_pri);
1385 JobContext* job_context, LogBuffer* log_buffer, Env::Priority thread_pri);
1389 JobContext* job_context, LogBuffer* log_buffer, Env::Priority thread_pri);
1575 Env::Priority thread_pri);
1576 void BackgroundCallFlush(Env::Priority thread_pri);
1581 Env::Priority thread_pri);
1584 Env::Priority thread_pri);
/rocksdb-6.9/db/
Dflush_job.cc100 Env::Priority thread_pri) in FlushJob() argument
126 thread_pri_(thread_pri) { in FlushJob()
Dflush_job.h75 Env::Priority thread_pri);
Dinternal_stats.h344 void AddCompactionStats(int level, Env::Priority thread_pri, in AddCompactionStats() argument
347 comp_stats_by_pri_[thread_pri].Add(stats); in AddCompactionStats()
/rocksdb-6.9/db/compaction/
Dcompaction_job.h80 Env::Priority thread_pri,
Dcompaction_job.cc308 Env::Priority thread_pri, const std::atomic<bool>* manual_compaction_paused) in CompactionJob() argument
339 thread_pri_(thread_pri) { in CompactionJob()