Searched refs:bch2_time_stats_to_text (Results 1 – 4 of 4) sorted by relevance
721 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()
772 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()
220 void bch2_time_stats_to_text(struct printbuf *, struct bch2_time_stats *);
382 void bch2_time_stats_to_text(struct printbuf *out, struct bch2_time_stats *stats) in bch2_time_stats_to_text() function