Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
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()
Dnocow_locking.c88 bch2_time_stats_update(&c->times[BCH_TIME_nocow_lock_contended], start_time); in __bch2_bucket_nocow_lock()
Dbtree_io.c334 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_sort], in btree_node_sort()
404 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_sort], in bch2_btree_sort_into()
1263 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_read_done], start_time); in bch2_btree_node_read_done()
1338 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_read], in btree_node_read_work()
Dio_read.c141 bch2_time_stats_update(&c->times[BCH_TIME_data_promote], in promote_done()
386 bch2_time_stats_update(&rbio->c->times[BCH_TIME_data_read], in bch2_rbio_done()
Dbtree_update_interior.c579 bch2_time_stats_update(&c->times[BCH_TIME_btree_interior_update_total], in bch2_btree_update_free()
1131 bch2_time_stats_update(&c->times[BCH_TIME_btree_interior_update_foreground], in bch2_btree_update_done()
1744 bch2_time_stats_update(&c->times[n2 in btree_split()
2115 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_merge], start_time); in __bch2_foreground_maybe_merge()
Djournal.c777 bch2_time_stats_update(j->flush_seq_time, start_time); in bch2_journal_flush_seq()
Dbtree_gc.c1311 bch2_time_stats_update(&c->times[BCH_TIME_btree_gc], start_time); in bch2_gc_gens()
Dbtree_cache.c853 bch2_time_stats_update(&c->times[BCH_TIME_btree_node_mem_alloc], in bch2_btree_node_mem_alloc()
Dio_write.c467 bch2_time_stats_update(&c->times[BCH_TIME_data_write], op->start_time); in bch2_write_done()
Djournal_io.c1586 bch2_time_stats_update(!JSET_NO_FLUSH(w->data) in CLOSURE_CALLBACK()