Home
last modified time | relevance | path

Searched defs:waitlist (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dclosure.h435 #define __closure_wait_event(waitlist, _cond) \ argument
451 #define closure_wait_event(waitlist, _cond) \ argument
457 #define __closure_wait_event_timeout(waitlist, _cond, _until) \ argument
484 #define closure_wait_event_timeout(waitlist, _cond, _timeout) \ argument
/linux-6.12.1/lib/
Dclosure.c103 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()