Searched defs:cache_stats (Results 1 – 6 of 6) sorted by relevance
15 struct cache_stats { struct36 struct cache_stats total; argument
14 struct cache_stats { struct34 struct cache_stats total; argument
284 struct cache_stats { struct285 atomic_t read_hit;286 atomic_t read_miss;287 atomic_t write_hit;288 atomic_t write_miss;289 atomic_t demotion;290 atomic_t promotion;291 atomic_t writeback;292 atomic_t copies_avoided;293 atomic_t cache_cell_clash;[all …]
831 struct stats cache_stats; member
352 struct cache_stats { struct353 atomic_t read_hit;354 atomic_t read_miss;355 atomic_t write_hit;356 atomic_t write_miss;357 atomic_t demotion;358 atomic_t promotion;359 atomic_t writeback;360 atomic_t copies_avoided;361 atomic_t cache_cell_clash;[all …]
828 struct stats cache_stats; member