Home
last modified time | relevance | path

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

/include/linux/
A 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);\
A Dcleanup.h382 #define DEFINE_GUARD_COND_4(_name, _ext, _lock, _cond) \ argument
385 ({ void *_t = _T; int _RET = (_lock); if (_T && !(_cond)) _t = ERR_PTR(_RET); _t; }), \
503 #define DEFINE_LOCK_GUARD_1_COND_4(_name, _ext, _lock, _cond) \ argument
508 if (_T->lock && !(_cond)) _T->lock = ERR_PTR(_RET);\
/include/linux/platform_data/
A Dcros_ec_commands.h19 #define BUILD_ASSERT(_cond) argument

Completed in 30 milliseconds