Searched refs:ewma_add (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/md/bcache/ |
| H A 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()
|
| H A D | stats.c | 134 *stat = ewma_add(*stat, 0, accounting_weight, 0); in scale_stat()
|
| H A D | util.h | 346 #define ewma_add(ewma, val, weight, factor) \ macro
|
| H A D | request.c | 352 ewma_add(t->sequential_io_avg, in add_sequential()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | util.h | 233 #define ewma_add(ewma, val, weight) \ macro
|
| H A D | util.c | 551 derivative = ewma_add(pd->smoothed_derivative, derivative, in bch2_pd_controller_update()
|
| H A D | io_write.c | 91 new = ewma_add(old, io_latency, 5); in bch2_latency_acct()
|