Home
last modified time | relevance | path

Searched refs:open_buckets_wait (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dalloc_foreground.c125 closure_wake_up(&c->open_buckets_wait); in __bch2_open_bucket_put()
178 closure_wake_up(&c->open_buckets_wait); in open_bucket_free_unused()
227 closure_wait(&c->open_buckets_wait, cl); in __try_alloc_bucket()
1685 prt_printf(out, "open_buckets_wait\t%s\n", c->open_buckets_wait.list.first ? "waiting" : "empty"); in bch2_fs_alloc_debug_to_text()
H A Dbcachefs.h927 struct closure_waitlist open_buckets_wait; member
H A Dalloc_background.c2629 closure_wait_event(&c->open_buckets_wait, in bch2_dev_allocator_remove()