Home
last modified time | relevance | path

Searched refs:move_stat (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/md/bcache/
Dstats.c158 #define move_stat(name) do { \ in scale_accounting() macro
167 move_stat(cache_hits); in scale_accounting()
168 move_stat(cache_misses); in scale_accounting()
169 move_stat(cache_bypass_hits); in scale_accounting()
170 move_stat(cache_bypass_misses); in scale_accounting()
171 move_stat(cache_readaheads); in scale_accounting()
172 move_stat(cache_miss_collisions); in scale_accounting()
173 move_stat(sectors_bypassed); in scale_accounting()