Searched defs:cache_stat_collector (Results 1 – 1 of 1) sorted by relevance
4 struct cache_stat_collector { struct5 atomic_t cache_hits;6 atomic_t cache_misses;7 atomic_t cache_bypass_hits;8 atomic_t cache_bypass_misses;9 atomic_t cache_readaheads;33 struct cache_stat_collector collector; argument