Searched refs:_cond (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| A D | closure.h | 435 #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 D | cleanup.h | 382 #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 D | cros_ec_commands.h | 19 #define BUILD_ASSERT(_cond) argument
|
Completed in 27 milliseconds