Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dclosure.h105 struct closure_waitlist { struct
176 void __closure_wake_up(struct closure_waitlist *list);
177 bool closure_wait(struct closure_waitlist *list, struct closure *cl);
300 static inline void closure_wake_up(struct closure_waitlist *list) in closure_wake_up()
Djournal.h97 struct closure_waitlist wait;
106 struct closure_waitlist wait;
Dclosure.c64 void __closure_wake_up(struct closure_waitlist *wait_list) in __closure_wake_up()
101 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()