Searched defs:cache_stats (Results 1 – 4 of 4) sorted by relevance
14 struct cache_stats { struct35 struct cache_stats total; argument
187 struct cache_stats { struct188 atomic_t read_hit;189 atomic_t read_miss;190 atomic_t write_hit;191 atomic_t write_miss;192 atomic_t demotion;193 atomic_t promotion;194 atomic_t copies_avoided;195 atomic_t cache_cell_clash;196 atomic_t commit_count;[all …]
805 struct stats cache_stats; member
2597 struct cache_stats { struct2603 void cache_stats_init (struct cache_stats *cs, const char *name); argument