Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A 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()
H A Dstats.c134 *stat = ewma_add(*stat, 0, accounting_weight, 0); in scale_stat()
H A Dutil.h410 #define ewma_add(ewma, val, weight, factor) \ macro
H A Drequest.c352 ewma_add(t->sequential_io_avg, in add_sequential()