Searched refs:bch2_time_stats_update (Results 1 – 10 of 10) sorted by relevance
| /fs/bcachefs/ |
| A D | time_stats.h | 116 static inline void bch2_time_stats_update(struct bch2_time_stats *stats, u64 start) in bch2_time_stats_update() function 134 bch2_time_stats_update(stats, stats->last_event_start); in track_event_change()
|
| A D | nocow_locking.c | 88 bch2_time_stats_update(&c->times[BCH_TIME_nocow_lock_contended], start_time); in __bch2_bucket_nocow_lock()
|
| A D | btree_io.c | 337 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_sort], in btree_node_sort() 407 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_sort], in bch2_btree_sort_into() 1382 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_read_done], start_time); in bch2_btree_node_read_done() 1481 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_read], in btree_node_read_work() 2130 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_write], start_time); in __btree_node_write_done()
|
| A D | btree_update_interior.c | 564 bch2_time_stats_update(&c->times[BCH_TIME_btree_interior_update_total], in bch2_btree_update_free() 1137 bch2_time_stats_update(&c->times[BCH_TIME_btree_interior_update_foreground], in bch2_btree_update_done() 1798 bch2_time_stats_update(&c->times[n2 in btree_split() 2187 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_merge], start_time); in __bch2_foreground_maybe_merge()
|
| A D | io_read.c | 182 bch2_time_stats_update(&c->times[BCH_TIME_data_promote], op->start_time); in promote_done() 458 bch2_time_stats_update(&rbio->c->times[BCH_TIME_data_read], in bch2_rbio_done()
|
| A D | btree_gc.c | 1272 bch2_time_stats_update(&c->times[BCH_TIME_btree_gc], start_time); in bch2_gc_gens()
|
| A D | btree_cache.c | 856 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_mem_alloc], in bch2_btree_node_mem_alloc()
|
| A D | io_write.c | 545 bch2_time_stats_update(&c->times[BCH_TIME_data_write], op->start_time); in bch2_write_done()
|
| A D | journal.c | 919 bch2_time_stats_update(j->flush_seq_time, start_time); in bch2_journal_flush_seq()
|
| A D | journal_io.c | 1702 bch2_time_stats_update(!JSET_NO_FLUSH(w->data) in CLOSURE_CALLBACK()
|
Completed in 32 milliseconds