Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsysfs.c721 bch2_time_stats_to_text(out, &c->times[BCH_TIME_##name]); in SHOW()
808 bch2_time_stats_to_text(out, &ca->io_latency[READ].stats); in SHOW()
811 bch2_time_stats_to_text(out, &ca->io_latency[WRITE].stats); in SHOW()
Ddebug.c772 bch2_time_stats_to_text(&i->buf, &s->duration); in btree_transaction_stats_read()
779 bch2_time_stats_to_text(&i->buf, &s->lock_hold_times); in btree_transaction_stats_read()
Dutil.h220 void bch2_time_stats_to_text(struct printbuf *, struct bch2_time_stats *);
Dutil.c382 void bch2_time_stats_to_text(struct printbuf *out, struct bch2_time_stats *stats) in bch2_time_stats_to_text() function