Searched refs:buckets_in_flight (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | movinggc.c | 29 struct buckets_in_flight { struct 111 struct buckets_in_flight *list, in move_buckets_wait() 140 static bool bucket_in_flight(struct buckets_in_flight *list, in bucket_in_flight() 149 struct buckets_in_flight *buckets_in_flight, in bch2_copygc_get_buckets() argument 154 size_t nr_to_get = max_t(size_t, 16U, buckets_in_flight->nr / 4); in bch2_copygc_get_buckets() 158 move_buckets_wait(ctxt, buckets_in_flight, false); in bch2_copygc_get_buckets() 184 else if (bucket_in_flight(buckets_in_flight, b.k)) in bch2_copygc_get_buckets() 199 buckets_in_flight->nr, buckets_in_flight->sectors, in bch2_copygc_get_buckets() 207 struct buckets_in_flight *buckets_in_flight, in bch2_copygc() argument 229 f = move_bucket_in_flight_add(buckets_in_flight, *i); in bch2_copygc() [all …]
|