Searched refs:ewma_add (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | util.c | 178 ewma_add(stats->average_duration, duration, 8, 8); in bch_time_stats_update() 181 ewma_add(stats->average_frequency, last, 8, 8); in bch_time_stats_update()
|
D | stats.c | 133 *stat = ewma_add(*stat, 0, accounting_weight, 0); in scale_stat()
|
D | util.h | 431 #define ewma_add(ewma, val, weight, factor) \ macro
|
D | request.c | 364 ewma_add(t->sequential_io_avg, in add_sequential()
|