Home
last modified time | relevance | path

Searched refs:PrefetchIfNeeded (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_prefetcher.h17 void PrefetchIfNeeded(const BlockBasedTable::Rep* rep,
Dblock_prefetcher.cc12 void BlockPrefetcher::PrefetchIfNeeded(const BlockBasedTable::Rep* rep, in PrefetchIfNeeded() function in ROCKSDB_NAMESPACE::BlockPrefetcher
Dpartitioned_index_iterator.cc92 block_prefetcher_.PrefetchIfNeeded(rep, partitioned_index_handle, in InitPartitionedIndexBlock()
Dblock_based_table_iterator.cc235 block_prefetcher_.PrefetchIfNeeded(rep, data_block_handle, in InitDataBlock()