Searched refs:read_from_cache (Results 1 – 1 of 1) sorted by relevance
2177 bool read_from_cache = false; in TEST_P() local2180 read_from_cache = true; in TEST_P()2182 read_from_cache = true; in TEST_P()2186 int expected_reads = random_reads + (read_from_cache ? 0 : 2); in TEST_P()2205 expected_reads += (read_from_cache ? 2 : 3); in TEST_P()2207 expected_reads += (read_from_cache ? 2 : 4); in TEST_P()2227 expected_reads += (read_from_cache ? 3 : 3); in TEST_P()2229 expected_reads += (read_from_cache ? 4 : 4); in TEST_P()2249 expected_reads += (read_from_cache ? 0 : 2); in TEST_P()2253 expected_reads += (read_from_cache ? 0 : 3); in TEST_P()