Searched refs:for_each_bucket (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/md/bcache/ |
D | alloc.c | 107 for_each_bucket(b, ca) in bch_rescale_priorities() 213 for_each_bucket(b, ca) { in invalidate_buckets_lru()
|
D | movinggc.c | 229 for_each_bucket(b, ca) { in bch_moving_gc()
|
D | bcache.h | 891 #define for_each_bucket(b, ca) \ macro
|
D | btree.c | 1751 for_each_bucket(b, ca) { in btree_gc_start() 1815 for_each_bucket(b, ca) { in bch_btree_gc_finish() 2156 for_each_bucket(b, ca) { in bch_initial_gc_finish()
|
D | sysfs.c | 1072 for_each_bucket(b, ca) { in SHOW()
|
D | super.c | 2307 for_each_bucket(b, ca) in cache_alloc()
|
/linux-6.12.1/fs/bcachefs/ |
D | buckets.h | 38 #define for_each_bucket(_b, _buckets) \ macro
|