Home
last modified time | relevance | path

Searched refs:max_write_pipeline_backlog_size (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_bench.cc66 opt.max_write_pipeline_backlog_size = std::numeric_limits<uint64_t>::max(); in NewBlockCache()
104 opt.max_write_pipeline_backlog_size = std::numeric_limits<uint64_t>::max(); in NewTieredCache()
Dpersistent_cache_test.cc114 opt.max_write_pipeline_backlog_size = std::numeric_limits<uint64_t>::max(); in NewBlockCache()
131 opt.max_write_pipeline_backlog_size = std::numeric_limits<uint64_t>::max(); in NewTieredCache()
Dblock_cache_tier.h47 insert_ops_(static_cast<size_t>(opt_.max_write_pipeline_backlog_size)), in BlockCacheTier()
Dpersistent_cache_tier.cc42 max_write_pipeline_backlog_size); in ToString()
Dpersistent_cache_tier.h188 uint64_t max_write_pipeline_backlog_size = 1ULL * 1024 * 1024 * 1024; member