Home
last modified time | relevance | path

Searched refs:IO_TOTAL (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/util/
Drate_limiter.h47 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];
Drate_limiter.cc22 if (io_priority < Env::IO_TOTAL && IsRateLimited(op_type)) { in RequestToken()
/rocksdb-6.9/include/rocksdb/
Drate_limiter.h86 const Env::IOPriority pri = Env::IO_TOTAL) const = 0;
90 const Env::IOPriority pri = Env::IO_TOTAL) const = 0;
Dsst_file_writer.h86 Env::IOPriority io_priority = Env::IOPriority::IO_TOTAL,
96 Env::IOPriority io_priority = Env::IOPriority::IO_TOTAL,
Denv.h384 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()
Dfile_system.h703 io_priority_(Env::IO_TOTAL), in FSWritableFile()
710 io_priority_(Env::IO_TOTAL), in FSWritableFile()
/rocksdb-6.9/java/rocksjni/
Dratelimiterjni.cc84 ->Request(jbytes, ROCKSDB_NAMESPACE::Env::IO_TOTAL); in Java_org_rocksdb_RateLimiter_request()
/rocksdb-6.9/env/
Dmock_env.cc288 if (rate_limiter_ && io_priority_ < Env::IO_TOTAL) { in RequestToken()
/rocksdb-6.9/db/
Dexternal_sst_file_test.cc2350 Env::IOPriority::IO_TOTAL, in TEST_F()