Searched refs:__guard (Results 1 – 2 of 2) sorted by relevance
115 extern long __guard __attribute__((weak));116 EXPORT_SYMBOL(__guard);
2444 #define __guard(cleanup) __maybe_unused __attribute__((__cleanup__(cleanup))) macro2452 int hardirq_guard_##name __guard(hardirq_exit); \2456 int notthreaded_hardirq_guard_##name __guard(hardirq_exit); \2467 int softirq_guard_##name __guard(softirq_exit); \2476 int rcu_guard_##name __guard(rcu_exit); \2485 int rcu_bh_guard_##name __guard(rcu_bh_exit); \2494 int rcu_sched_guard_##name __guard(rcu_sched_exit); \2503 raw_spinlock_t *raw_spinlock_guard_##name __guard(raw_spinlock_exit) = &(lock); \2512 spinlock_t *spinlock_guard_##name __guard(spinlock_exit) = &(lock); \2521 struct mutex *mutex_guard_##name __guard(mutex_exit) = &(lock); \