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

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

Completed in 36 milliseconds