Searched refs:IO_TOTAL (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/util/ |
| D | rate_limiter.h | 47 const Env::IOPriority pri = Env::IO_TOTAL) const override { 49 if (pri == Env::IO_TOTAL) { 57 const Env::IOPriority pri = Env::IO_TOTAL) const override { 59 if (pri == Env::IO_TOTAL) { 94 int64_t total_requests_[Env::IO_TOTAL]; 95 int64_t total_bytes_through_[Env::IO_TOTAL]; 104 std::deque<Req*> queue_[Env::IO_TOTAL];
|
| D | rate_limiter.cc | 22 if (io_priority < Env::IO_TOTAL && IsRateLimited(op_type)) { in RequestToken()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | rate_limiter.h | 86 const Env::IOPriority pri = Env::IO_TOTAL) const = 0; 90 const Env::IOPriority pri = Env::IO_TOTAL) const = 0;
|
| D | sst_file_writer.h | 86 Env::IOPriority io_priority = Env::IOPriority::IO_TOTAL, 96 Env::IOPriority io_priority = Env::IOPriority::IO_TOTAL,
|
| D | env.h | 384 enum IOPriority { IO_LOW = 0, IO_HIGH = 1, IO_TOTAL = 2 }; enumerator 727 io_priority_(Env::IO_TOTAL), in WritableFile() 734 io_priority_(Env::IO_TOTAL), in WritableFile()
|
| D | file_system.h | 703 io_priority_(Env::IO_TOTAL), in FSWritableFile() 710 io_priority_(Env::IO_TOTAL), in FSWritableFile()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | ratelimiterjni.cc | 84 ->Request(jbytes, ROCKSDB_NAMESPACE::Env::IO_TOTAL); in Java_org_rocksdb_RateLimiter_request()
|
| /rocksdb-6.9/env/ |
| D | mock_env.cc | 288 if (rate_limiter_ && io_priority_ < Env::IO_TOTAL) { in RequestToken()
|
| /rocksdb-6.9/db/ |
| D | external_sst_file_test.cc | 2350 Env::IOPriority::IO_TOTAL, in TEST_F()
|