Home
last modified time | relevance | path

Searched refs:bch2_time_stats_update (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dtime_stats.h116 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()
H A Dnocow_locking.c88 bch2_time_stats_update(&c->times[BCH_TIME_nocow_lock_contended], start_time); in __bch2_bucket_nocow_lock()
H A Dbtree_io.c335 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_sort], in btree_node_sort()
405 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_sort], in bch2_btree_sort_into()
1301 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_read_done], start_time); in bch2_btree_node_read_done()
1382 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_read], in btree_node_read_work()
2040 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_write], start_time); in __btree_node_write_done()
H A Dio_read.c183 bch2_time_stats_update(&c->times[BCH_TIME_data_promote], op->start_time); in promote_done()
428 bch2_time_stats_update(&rbio->c->times[BCH_TIME_data_read], in bch2_rbio_done()
H A Dbtree_update_interior.c559 bch2_time_stats_update(&c->times[BCH_TIME_btree_interior_update_total], in bch2_btree_update_free()
1113 bch2_time_stats_update(&c->times[BCH_TIME_btree_interior_update_foreground], in bch2_btree_update_done()
1756 bch2_time_stats_update(&c->times[n2 in btree_split()
2141 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_merge], start_time); in __bch2_foreground_maybe_merge()
H A Dbtree_gc.c1240 bch2_time_stats_update(&c->times[BCH_TIME_btree_gc], start_time); in bch2_gc_gens()
H A Dbtree_cache.c856 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_mem_alloc], in bch2_btree_node_mem_alloc()
H A Djournal.c911 bch2_time_stats_update(j->flush_seq_time, start_time); in bch2_journal_flush_seq()
H A Dio_write.c532 bch2_time_stats_update(&c->times[BCH_TIME_data_write], op->start_time); in bch2_write_done()
H A Djournal_io.c1640 bch2_time_stats_update(!JSET_NO_FLUSH(w->data) in CLOSURE_CALLBACK()