Searched refs:io_priority (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/table/ |
| D | sst_file_writer.cc | 36 io_priority(_io_priority), in Rep() 48 Env::IOPriority io_priority; member 166 Env::IOPriority io_priority, bool skip_filters) in SstFileWriter() argument 167 : rep_(new Rep(env_options, options, io_priority, user_comparator, in SstFileWriter() 189 sst_file->SetIOPriority(r->io_priority); in Open()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | sst_file_writer.h | 86 Env::IOPriority io_priority = Env::IOPriority::IO_TOTAL, 89 invalidate_page_cache, io_priority, skip_filters) {} 96 Env::IOPriority io_priority = Env::IOPriority::IO_TOTAL,
|
| D | rate_limiter.h | 78 Env::IOPriority io_priority, Statistics* stats,
|
| /rocksdb-6.9/db/ |
| D | builder.cc | 85 EventLogger* event_logger, int job_id, const Env::IOPriority io_priority, in BuildTable() argument 132 file->SetIOPriority(io_priority); in BuildTable() 168 if (io_priority == Env::IO_HIGH && in BuildTable()
|
| D | builder.h | 82 const Env::IOPriority io_priority = Env::IO_HIGH,
|
| /rocksdb-6.9/util/ |
| D | rate_limiter.cc | 20 Env::IOPriority io_priority, Statistics* stats, in RequestToken() argument 22 if (io_priority < Env::IO_TOTAL && IsRateLimited(op_type)) { in RequestToken() 31 Request(bytes, io_priority, stats, op_type); in RequestToken()
|