Searched refs:TIME_STATS_MV_WEIGHT (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | time_stats.c | 81 duration, initted, TIME_STATS_MV_WEIGHT); in time_stats_update_one() 94 freq, initted, TIME_STATS_MV_WEIGHT); in time_stats_update_one() 130 if (mean_and_variance_weighted_get_mean(stats->freq_stats_weighted, TIME_STATS_MV_WEIGHT) < 32 && in __bch2_time_stats_update()
|
D | time_stats.h | 87 #define TIME_STATS_MV_WEIGHT 8 macro
|
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()
|