Searched refs:_T1 (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | sched.h | 3105 static inline class_##_name##_t class_##_name##_constructor(lock_##_name##_t *_T1, \ 3107 static __always_inline void __class_##_name##_cleanup_ctx1(class_##_name##_t **_T1) \ 3111 #define WITH_LOCK_GUARD_2_ATTRS(_name, _T1, _T2) \ argument 3112 class_##_name##_constructor(_T1, _T2), \ 3113 *__UNIQUE_ID(unlock1) __cleanup(__class_##_name##_cleanup_ctx1) = (void *)(_T1),\ 3266 __acquires(_T1, _T2), 3267 __releases(*(raw_spinlock_t **)_T1), 3269 #define class_double_raw_spinlock_constructor(_T1, _T2) \ argument 3270 WITH_LOCK_GUARD_2_ATTRS(double_raw_spinlock, _T1, _T2)
|