cache_hits         44 drivers/md/bcache/stats.c read_attribute(cache_hits);
cache_hits         58 drivers/md/bcache/stats.c 	var_print(cache_hits);
cache_hits         64 drivers/md/bcache/stats.c 		    DIV_SAFE(var(cache_hits) * 100,
cache_hits         65 drivers/md/bcache/stats.c 			     var(cache_hits) + var(cache_misses)));
cache_hits        112 drivers/md/bcache/stats.c 	acc->total.cache_hits = 0;
cache_hits        144 drivers/md/bcache/stats.c 		scale_stat(&stats->cache_hits);
cache_hits        167 drivers/md/bcache/stats.c 	move_stat(cache_hits);
cache_hits        193 drivers/md/bcache/stats.c 			atomic_inc(&stats->cache_hits);
cache_hits          6 drivers/md/bcache/stats.h 	atomic_t cache_hits;
cache_hits         18 drivers/md/bcache/stats.h 	unsigned long cache_hits;
cache_hits        221 fs/orangefs/orangefs-kernel.h 	unsigned long cache_hits;