Searched refs:ewma_add (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 | 137 *stat = ewma_add(*stat, 0, accounting_weight, 0); in scale_stat()
|
H A D | util.h | 429 #define ewma_add(ewma, val, weight, factor) \ macro
|
H A D | request.c | 352 ewma_add(t->sequential_io_avg, in add_sequential()
|
/kernel/linux/linux-6.6/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 | 410 #define ewma_add(ewma, val, weight, factor) \ macro
|
H A D | request.c | 352 ewma_add(t->sequential_io_avg, in add_sequential()
|
Completed in 7 milliseconds