Home
last modified time | relevance | path

Searched refs:_cond (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dclosure.h435 #define __closure_wait_event(waitlist, _cond) \ argument
443 if (_cond) \
451 #define closure_wait_event(waitlist, _cond) \ argument
453 if (!(_cond)) \
454 __closure_wait_event(waitlist, _cond); \
457 #define __closure_wait_event_timeout(waitlist, _cond, _until) \ argument
466 if (_cond) { \
484 #define closure_wait_event_timeout(waitlist, _cond, _timeout) \ argument
487 (_cond) \
489 : __closure_wait_event_timeout(waitlist, _cond, _until);\
/include/linux/platform_data/
Dcros_ec_commands.h19 #define BUILD_ASSERT(_cond) argument