Searched refs:_cond (Results 1 – 2 of 2) sorted by relevance
435 #define __closure_wait_event(waitlist, _cond) \ argument443 if (_cond) \451 #define closure_wait_event(waitlist, _cond) \ argument453 if (!(_cond)) \454 __closure_wait_event(waitlist, _cond); \457 #define __closure_wait_event_timeout(waitlist, _cond, _until) \ argument466 if (_cond) { \484 #define closure_wait_event_timeout(waitlist, _cond, _timeout) \ argument487 (_cond) \489 : __closure_wait_event_timeout(waitlist, _cond, _until);\
19 #define BUILD_ASSERT(_cond) argument