Searched defs:cache_stats (Results 1 – 4 of 4) sorted by relevance
14 struct cache_stats { struct35 struct cache_stats total; argument
184 struct cache_stats { struct185 atomic_t read_hit;186 atomic_t read_miss;187 atomic_t write_hit;188 atomic_t write_miss;189 atomic_t demotion;190 atomic_t promotion;191 atomic_t copies_avoided;192 atomic_t cache_cell_clash;193 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