Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Dutil.c178 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()
Dstats.c133 *stat = ewma_add(*stat, 0, accounting_weight, 0); in scale_stat()
Dutil.h431 #define ewma_add(ewma, val, weight, factor) \ macro
Drequest.c364 ewma_add(t->sequential_io_avg, in add_sequential()