Searched refs:gc_stat (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 1276 void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats) in bch_update_bucket_in_use() 1281 static bool btree_gc_mark_node(struct btree *b, struct gc_stat *gc) in btree_gc_mark_node() 1336 struct gc_stat *gc, struct gc_merge_info *r) in btree_gc_coalesce() 1583 struct closure *writes, struct gc_stat *gc) in btree_gc_recurse() 1673 struct closure *writes, struct gc_stat *gc) in bch_btree_gc_root() 1800 struct gc_stat stats; in bch_btree_gc() 1807 memset(&stats, 0, sizeof(struct gc_stat)); in bch_btree_gc() 1834 memcpy(&c->gc_stats, &stats, sizeof(struct gc_stat)); in bch_btree_gc()
|
H A D | bcache.h | 475 struct gc_stat { struct 624 struct gc_stat gc_stats;
|
H A D | btree.h | 416 void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats);
|
H A D | sysfs.c | 836 memset(&c->gc_stats, 0, sizeof(struct gc_stat)); in SHOW_LOCKED()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.c | 1297 void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats) in bch_update_bucket_in_use() 1302 static bool btree_gc_mark_node(struct btree *b, struct gc_stat *gc) in btree_gc_mark_node() 1357 struct gc_stat *gc, struct gc_merge_info *r) in btree_gc_coalesce() 1604 struct closure *writes, struct gc_stat *gc) in btree_gc_recurse() 1694 struct closure *writes, struct gc_stat *gc) in bch_btree_gc_root() 1821 struct gc_stat stats; in bch_btree_gc() 1828 memset(&stats, 0, sizeof(struct gc_stat)); in bch_btree_gc() 1855 memcpy(&c->gc_stats, &stats, sizeof(struct gc_stat)); in bch_btree_gc()
|
H A D | bcache.h | 481 struct gc_stat { struct 630 struct gc_stat gc_stats;
|
H A D | btree.h | 416 void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats);
|
H A D | sysfs.c | 857 memset(&c->gc_stats, 0, sizeof(struct gc_stat)); in SHOW_LOCKED()
|
Completed in 15 milliseconds