Searched refs:closure_waitlist (Results 1 – 8 of 8) sorted by relevance
110 struct closure_waitlist { struct173 void __closure_wake_up(struct closure_waitlist *list);174 bool closure_wait(struct closure_waitlist *list, struct closure *cl);345 static inline void closure_wake_up(struct closure_waitlist *list) in closure_wake_up()
34 struct closure_waitlist wait;219 struct closure_waitlist async_wait;220 struct closure_waitlist reclaim_flush_wait;
9 struct closure_waitlist wait;
843 struct closure_waitlist btree_interior_update_wait;852 struct closure_waitlist btree_node_rewrites_wait;923 struct closure_waitlist freelist_wait;927 struct closure_waitlist open_buckets_wait;
204 struct closure_waitlist alloc_wait;
98 struct closure_waitlist wait;110 struct closure_waitlist wait;
355 struct closure_waitlist writeback_ordering_wait;
77 void __closure_wake_up(struct closure_waitlist *wait_list) in __closure_wake_up()103 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()