Searched defs:waitlist (Results 1 – 2 of 2) sorted by relevance
435 #define __closure_wait_event(waitlist, _cond) \ argument451 #define closure_wait_event(waitlist, _cond) \ argument457 #define __closure_wait_event_timeout(waitlist, _cond, _until) \ argument484 #define closure_wait_event_timeout(waitlist, _cond, _timeout) \ argument
103 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()