Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dstats.c140 static void scale_stats(struct cache_stats *stats, unsigned long rescale_at) in scale_stats() function
175 scale_stats(&acc->total, 0); in scale_accounting()
176 scale_stats(&acc->day, DAY_RESCALE); in scale_accounting()
177 scale_stats(&acc->hour, HOUR_RESCALE); in scale_accounting()
178 scale_stats(&acc->five_minute, FIVE_MINUTE_RESCALE); in scale_accounting()