Searched refs:_ext (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | cleanup.h | 382 #define DEFINE_GUARD_COND_4(_name, _ext, _lock, _cond) \ argument 383 __DEFINE_CLASS_IS_CONDITIONAL(_name##_ext, true); \ 384 EXTEND_CLASS(_name, _ext, \ 389 static inline int class_##_name##_ext##_lock_err(class_##_name##_t *_T) \ 395 #define DEFINE_GUARD_COND_3(_name, _ext, _lock) \ argument 396 DEFINE_GUARD_COND_4(_name, _ext, _lock, _RET) 503 #define DEFINE_LOCK_GUARD_1_COND_4(_name, _ext, _lock, _cond) \ argument 504 __DEFINE_CLASS_IS_CONDITIONAL(_name##_ext, true); \ 505 EXTEND_CLASS(_name, _ext, \ 516 #define DEFINE_LOCK_GUARD_1_COND_3(_name, _ext, _lock) \ argument [all …]
|
| A D | tracepoint.h | 314 #define __DEFINE_TRACE_EXT(_name, _ext, proto, args) \ argument 329 .ext = _ext, \
|
Completed in 6 milliseconds