Home
last modified time | relevance | path

Searched refs:alloc_wait (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbtree_cache.c714 closure_wake_up(&bc->alloc_wait); in bch2_btree_cache_cannibalize_unlock()
733 closure_wait(&bc->alloc_wait, cl); in bch2_btree_cache_cannibalize_lock()
739 closure_wake_up(&bc->alloc_wait); in bch2_btree_cache_cannibalize_lock()
H A Dbtree_types.h204 struct closure_waitlist alloc_wait; member