Home
last modified time | relevance | path

Searched refs:bch2_time_stats_init (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dtime_stats.h147 void bch2_time_stats_init(struct bch2_time_stats *);
156 bch2_time_stats_init(&statq->stats); in bch2_time_stats_quantiles_init()
H A Dtime_stats.c179 void bch2_time_stats_init(struct bch2_time_stats *stats) in bch2_time_stats_init() function
189 bch2_time_stats_init(stats); in bch2_time_stats_init_no_pcpu()
H A Dbtree_iter.c3630 bch2_time_stats_init(&s->duration); in bch2_fs_btree_iter_init_early()
3631 bch2_time_stats_init(&s->lock_hold_times); in bch2_fs_btree_iter_init_early()
H A Dsuper.c781 bch2_time_stats_init(&c->times[i]); in bch2_fs_alloc()