cache_stats        55 drivers/md/bcache/stats.c 	struct cache_stats *s =
cache_stats        56 drivers/md/bcache/stats.c 		container_of(kobj, struct cache_stats, kobj);
cache_stats       140 drivers/md/bcache/stats.c static void scale_stats(struct cache_stats *stats, unsigned long rescale_at)
cache_stats        36 drivers/md/bcache/stats.h 	struct cache_stats total;
cache_stats        37 drivers/md/bcache/stats.h 	struct cache_stats five_minute;
cache_stats        38 drivers/md/bcache/stats.h 	struct cache_stats hour;
cache_stats        39 drivers/md/bcache/stats.h 	struct cache_stats day;
cache_stats       828 drivers/md/dm-cache-policy-smq.c 	struct stats cache_stats;
cache_stats      1031 drivers/md/dm-cache-policy-smq.c 	unsigned hits = mq->cache_stats.hits;
cache_stats      1032 drivers/md/dm-cache-policy-smq.c 	unsigned misses = mq->cache_stats.misses;
cache_stats      1111 drivers/md/dm-cache-policy-smq.c 		stats_reset(&mq->cache_stats);
cache_stats      1376 drivers/md/dm-cache-policy-smq.c 		stats_level_accessed(&mq->cache_stats, e->level);
cache_stats      1383 drivers/md/dm-cache-policy-smq.c 		stats_miss(&mq->cache_stats);
cache_stats      1791 drivers/md/dm-cache-policy-smq.c 	stats_init(&mq->cache_stats, NR_CACHE_LEVELS);
cache_stats       468 drivers/md/dm-cache-target.c 	struct cache_stats stats;
cache_stats      1062 drivers/md/dm-cache-target.c static void update_stats(struct cache_stats *stats, enum policy_operation op)