Home
last modified time | relevance | path

Searched refs:total_bytes_through_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/util/
Drate_limiter.h50 return total_bytes_through_[Env::IO_LOW] +
51 total_bytes_through_[Env::IO_HIGH];
53 return total_bytes_through_[pri];
95 int64_t total_bytes_through_[Env::IO_TOTAL]; variable
Drate_limiter.cc72 total_bytes_through_[0] = 0; in GenericRateLimiter()
73 total_bytes_through_[1] = 0; in GenericRateLimiter()
129 total_bytes_through_[pri] += bytes; in Request()
253 total_bytes_through_[use_pri] += next_req->bytes; in Refill()