Searched refs:allocator_wait (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | alloc.c | 282 #define allocator_wait(ca, cond) \ macro 343 allocator_wait(ca, bch_allocator_push(ca, bucket)); in bch_allocator_thread() 355 allocator_wait(ca, ca->set->gc_mark_valid && in bch_allocator_thread() 363 allocator_wait(ca, !atomic_read(&ca->set->prio_blocked)); in bch_allocator_thread()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | alloc.c | 282 #define allocator_wait(ca, cond) \ macro 343 allocator_wait(ca, bch_allocator_push(ca, bucket)); in bch_allocator_thread() 355 allocator_wait(ca, ca->set->gc_mark_valid && in bch_allocator_thread() 363 allocator_wait(ca, !atomic_read(&ca->set->prio_blocked)); in bch_allocator_thread()
|
Completed in 2 milliseconds