Home
last modified time | relevance | path

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

/drivers/md/bcache/
A Dstats.c44 read_attribute(cache_hits);
57 var_print(cache_hits); in SHOW()
63 DIV_SAFE(var(cache_hits) * 100, in SHOW()
64 var(cache_hits) + var(cache_misses))); in SHOW()
110 acc->total.cache_hits = 0; in bch_cache_accounting_clear()
141 scale_stat(&stats->cache_hits); in scale_stats()
163 move_stat(cache_hits); in scale_accounting()
188 atomic_inc(&stats->cache_hits); in mark_cache_stats()
A Dstats.h6 atomic_t cache_hits; member
17 unsigned long cache_hits; member

Completed in 15 milliseconds