Home
last modified time | relevance | path

Searched refs:bch2_time_stats_to_text (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dsysfs.c703 bch2_time_stats_to_text(out, &c->times[BCH_TIME_##name]); in SHOW()
790 bch2_time_stats_to_text(out, &ca->io_latency[READ].stats); in SHOW()
793 bch2_time_stats_to_text(out, &ca->io_latency[WRITE].stats); in SHOW()
H A Ddebug.c775 bch2_time_stats_to_text(&i->buf, &s->duration); in btree_transaction_stats_read()
782 bch2_time_stats_to_text(&i->buf, &s->lock_hold_times); in btree_transaction_stats_read()
H A Dutil.h230 void bch2_time_stats_to_text(struct printbuf *, struct bch2_time_stats *);