Home
last modified time | relevance | path

Searched refs:closure_waitlist (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/include/linux/
Dclosure.h110 struct closure_waitlist { struct
173 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()
/linux-6.12.1/drivers/md/bcache/
Djournal.h98 struct closure_waitlist wait;
110 struct closure_waitlist wait;
Dbcache.h355 struct closure_waitlist writeback_ordering_wait;
/linux-6.12.1/fs/bcachefs/
Dnocow_locking_types.h9 struct closure_waitlist wait;
Djournal_types.h27 struct closure_waitlist wait;
223 struct closure_waitlist async_wait;
Dbcachefs.h831 struct closure_waitlist btree_interior_update_wait;
910 struct closure_waitlist freelist_wait;
914 struct closure_waitlist open_buckets_wait;
Dbtree_types.h204 struct closure_waitlist alloc_wait;
/linux-6.12.1/lib/
Dclosure.c77 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()