Searched refs:cache_stats (Results 1 – 4 of 4) sorted by relevance
15 struct cache_stats { struct36 struct cache_stats total; argument37 struct cache_stats five_minute;38 struct cache_stats hour;39 struct cache_stats day;
55 struct cache_stats *s = in SHOW()56 container_of(kobj, struct cache_stats, kobj); in SHOW()114 sizeof(struct cache_stats)); in bch_cache_accounting_clear()136 static void scale_stats(struct cache_stats *stats, unsigned long rescale_at) in scale_stats()
828 struct stats cache_stats; member1031 unsigned hits = mq->cache_stats.hits; in default_promote_level()1032 unsigned misses = mq->cache_stats.misses; in default_promote_level()1111 stats_reset(&mq->cache_stats); in end_cache_period()1376 stats_level_accessed(&mq->cache_stats, e->level); in __lookup()1383 stats_miss(&mq->cache_stats); in __lookup()1791 stats_init(&mq->cache_stats, NR_CACHE_LEVELS); in __smq_create()
359 struct cache_stats { struct468 struct cache_stats stats;1062 static void update_stats(struct cache_stats *stats, enum policy_operation op) in update_stats()