Home
last modified time | relevance | path

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

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