Searched refs:scale_stats (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | stats.c | 140 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()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | stats.c | 137 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()
|
Completed in 1 milliseconds