Searched refs:__guard (Results 1 – 2 of 2) sorted by relevance
116 extern long __guard __attribute__((weak));117 EXPORT_SYMBOL(__guard);
2509 #define __guard(cleanup) __maybe_unused __attribute__((__cleanup__(cleanup))) macro2517 int hardirq_guard_##name __guard(hardirq_exit); \2521 int notthreaded_hardirq_guard_##name __guard(hardirq_exit); \2532 int softirq_guard_##name __guard(softirq_exit); \2541 int rcu_guard_##name __guard(rcu_exit); \2550 int rcu_bh_guard_##name __guard(rcu_bh_exit); \2559 int rcu_sched_guard_##name __guard(rcu_sched_exit); \2568 raw_spinlock_t *raw_spinlock_guard_##name __guard(raw_spinlock_exit) = &(lock); \2577 spinlock_t *spinlock_guard_##name __guard(spinlock_exit) = &(lock); \2586 struct mutex *mutex_guard_##name __guard(mutex_exit) = &(lock); \