Searched refs:TIME_STATS_MV_WEIGHT (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | time_stats.c | 84 duration, initted, TIME_STATS_MV_WEIGHT); in time_stats_update_one() 97 freq, initted, TIME_STATS_MV_WEIGHT); in time_stats_update_one() 134 mean_and_variance_weighted_get_mean(stats->freq_stats_weighted, TIME_STATS_MV_WEIGHT) < 32 && in __bch2_time_stats_update()
|
| H A D | time_stats.h | 87 #define TIME_STATS_MV_WEIGHT 8 macro
|
| H A D | util.c | 436 …ed(out, mean_and_variance_weighted_get_mean(stats->duration_stats_weighted, TIME_STATS_MV_WEIGHT)); in bch2_time_stats_to_text() 442 …(out, mean_and_variance_weighted_get_stddev(stats->duration_stats_weighted, TIME_STATS_MV_WEIGHT)); in bch2_time_stats_to_text() 456 …ligned(out, mean_and_variance_weighted_get_mean(stats->freq_stats_weighted, TIME_STATS_MV_WEIGHT)); in bch2_time_stats_to_text() 462 …gned(out, mean_and_variance_weighted_get_stddev(stats->freq_stats_weighted, TIME_STATS_MV_WEIGHT)); in bch2_time_stats_to_text()
|