Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/bcache/
Dutil.c163 void bch_time_stats_update(struct time_stats *stats, uint64_t start_time) in bch_time_stats_update() function
Dbset.c1289 bch_time_stats_update(&state->time, start_time); in __btree_sort()
1332 bch_time_stats_update(&state->time, start_time); in bch_btree_sort_into()
Dutil.h360 void bch_time_stats_update(struct time_stats *stats, uint64_t time);
Dbtree.c273 bch_time_stats_update(&b->c->btree_read_time, start_time); in bch_btree_node_read()
1818 bch_time_stats_update(&c->btree_gc_time, start_time); in bch_btree_gc()
2300 bch_time_stats_update(&b->c->btree_split_time, start_time); in btree_split()