Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h3106 lock_##_name##_t *_T2) _lock; \
3109 static __always_inline void __class_##_name##_cleanup_ctx2(class_##_name##_t **_T2) \
3111 #define WITH_LOCK_GUARD_2_ATTRS(_name, _T1, _T2) \ argument
3112 class_##_name##_constructor(_T1, _T2), \
3114 *__UNIQUE_ID(unlock2) __cleanup(__class_##_name##_cleanup_ctx2) = (void *)(_T2)
3266 __acquires(_T1, _T2),
3268 __releases(*(raw_spinlock_t **)_T2));
3269 #define class_double_raw_spinlock_constructor(_T1, _T2) \ argument
3270 WITH_LOCK_GUARD_2_ATTRS(double_raw_spinlock, _T1, _T2)