Lines Matching refs:bch2_time_stats
70 struct bch2_time_stats { struct
94 struct bch2_time_stats stats; argument
98 static inline struct quantiles *time_stats_to_quantiles(struct bch2_time_stats *stats) in time_stats_to_quantiles()
105 void __bch2_time_stats_clear_buffer(struct bch2_time_stats *, struct time_stat_buffer *);
106 void __bch2_time_stats_update(struct bch2_time_stats *stats, u64, u64);
116 static inline void bch2_time_stats_update(struct bch2_time_stats *stats, u64 start) in bch2_time_stats_update()
130 static inline bool track_event_change(struct bch2_time_stats *stats, bool v) in track_event_change()
145 void bch2_time_stats_reset(struct bch2_time_stats *);
146 void bch2_time_stats_exit(struct bch2_time_stats *);
147 void bch2_time_stats_init(struct bch2_time_stats *);
148 void bch2_time_stats_init_no_pcpu(struct bch2_time_stats *);