Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dsparse-cache.c90 u64 consecutive_misses; in __aligned() local
319 chapter->counters.consecutive_misses = 0; in score_search_hit()
326 chapter->counters.consecutive_misses++; in score_search_miss()
327 if (chapter->counters.consecutive_misses > cache->skip_threshold) in score_search_miss()
472 chapter->counters.consecutive_misses = 0; in cache_chapter_index()