Home
last modified time | relevance | path

Searched defs:cache_stats (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
Dstats.h14 struct cache_stats { struct
35 struct cache_stats total; argument
/linux-4.1.27/drivers/md/
Ddm-cache-target.c146 struct cache_stats { struct
147 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 …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2602 struct cache_stats { struct
2608 void cache_stats_init (struct cache_stats *cs, const char *name); argument