Searched refs:cache_hits (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
H A Dstats.c43 read_attribute(cache_hits); variable
57 var_print(cache_hits); SHOW()
63 DIV_SAFE(var(cache_hits) * 100, SHOW()
64 var(cache_hits) + var(cache_misses))); SHOW()
111 memset(&acc->total.cache_hits, bch_cache_accounting_clear()
139 scale_stat(&stats->cache_hits); scale_stats()
162 move_stat(cache_hits); scale_accounting()
188 atomic_inc(&stats->cache_hits); mark_cache_stats()
H A Dstats.h5 atomic_t cache_hits; member in struct:cache_stat_collector
17 unsigned long cache_hits; member in struct:cache_stats
/linux-4.1.27/kernel/
H A Dsysctl_binary.c754 { CTL_INT, FS_DQ_CACHE_HITS, "cache_hits" },
/linux-4.1.27/fs/quota/
H A Ddquot.c2785 .procname = "cache_hits",

Completed in 192 milliseconds