Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dtime_stats.h147 void bch2_time_stats_init(struct bch2_time_stats *);
155 bch2_time_stats_init(&statq->stats); in bch2_time_stats_quantiles_init()
Dtime_stats.c173 void bch2_time_stats_init(struct bch2_time_stats *stats) in bch2_time_stats_init() function
Dbtree_iter.c3459 bch2_time_stats_init(&s->duration); in bch2_fs_btree_iter_init_early()
3460 bch2_time_stats_init(&s->lock_hold_times); in bch2_fs_btree_iter_init_early()
Dsuper.c777 bch2_time_stats_init(&c->times[i]); in bch2_fs_alloc()