Searched refs:thread_pri (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_compaction_flush.cc | 144 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 …]
|
| D | db_impl.h | 1379 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/ |
| D | flush_job.cc | 100 Env::Priority thread_pri) in FlushJob() argument 126 thread_pri_(thread_pri) { in FlushJob()
|
| D | flush_job.h | 75 Env::Priority thread_pri);
|
| D | internal_stats.h | 344 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/ |
| D | compaction_job.h | 80 Env::Priority thread_pri,
|
| D | compaction_job.cc | 308 Env::Priority thread_pri, const std::atomic<bool>* manual_compaction_paused) in CompactionJob() argument 339 thread_pri_(thread_pri) { in CompactionJob()
|