Home
last modified time | relevance | path

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

/linux/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()
109 acc->total.cache_hits = 0; in bch_cache_accounting_clear()
140 scale_stat(&stats->cache_hits); in scale_stats()
162 move_stat(cache_hits); in scale_accounting()
187 atomic_inc(&stats->cache_hits); in mark_cache_stats()
A Dstats.h6 atomic_t cache_hits; member
17 unsigned long cache_hits; member
/linux/fs/orangefs/
A Dorangefs-kernel.h223 unsigned long cache_hits; member
/linux/Documentation/ABI/testing/
A Dsysfs-block-bcache24 What: /sys/block/<disk>/bcache/cache_hits
/linux/Documentation/admin-guide/
A Dbcache.rst498 cache_hits, cache_misses, cache_hit_ratio

Completed in 8 milliseconds