Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dstats.h14 struct cache_stats { struct
34 struct cache_stats total; argument
/openbmc/linux/drivers/md/
H A Ddm-cache-target.c283 struct cache_stats { struct
284 atomic_t read_hit;
285 atomic_t read_miss;
286 atomic_t write_hit;
287 atomic_t write_miss;
288 atomic_t demotion;
289 atomic_t promotion;
290 atomic_t writeback;
291 atomic_t copies_avoided;
293 atomic_t commit_count;
[all …]
H A Ddm-cache-policy-smq.c831 struct stats cache_stats; member