Searched defs:cache_stats (Results 1 – 3 of 3) sorted by relevance
14 struct cache_stats { struct35 struct cache_stats total; argument
146 struct cache_stats { struct147 atomic_t read_hit;148 atomic_t read_miss;149 atomic_t write_hit;150 atomic_t write_miss;151 atomic_t demotion;152 atomic_t promotion;153 atomic_t copies_avoided;154 atomic_t cache_cell_clash;155 atomic_t commit_count;[all …]
2602 struct cache_stats { struct2608 void cache_stats_init (struct cache_stats *cs, const char *name); argument