Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dstats.c137 static void scale_stats(struct cache_stats *stats, unsigned long rescale_at) in scale_stats() function
170 scale_stats(&acc->total, 0); in scale_accounting()
171 scale_stats(&acc->day, DAY_RESCALE); in scale_accounting()
172 scale_stats(&acc->hour, HOUR_RESCALE); in scale_accounting()
173 scale_stats(&acc->five_minute, FIVE_MINUTE_RESCALE); in scale_accounting()