Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtiny_plugin.h58 int rcu_scheduler_active __read_mostly;
59 EXPORT_SYMBOL_GPL(rcu_scheduler_active);
68 rcu_scheduler_active = 1; in rcu_scheduler_starting()
Dupdate.c193 return rcu_scheduler_active && debug_locks && in debug_lockdep_rcu_enabled()
526 rcu_lockdep_assert(!rcu_scheduler_active, in synchronize_rcu_tasks()
Dtree.c138 int rcu_scheduler_active __read_mostly;
139 EXPORT_SYMBOL_GPL(rcu_scheduler_active);
3922 rcu_scheduler_active = 1; in rcu_scheduler_starting()
Dtree_plugin.h537 if (!rcu_scheduler_active) in synchronize_rcu()
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
Drcu.h4 int rcu_scheduler_active; variable
/linux-4.1.27/include/linux/
Drcutree.h99 extern int rcu_scheduler_active __read_mostly;
Drcutiny.h167 extern int rcu_scheduler_active __read_mostly;
/linux-4.1.27/Documentation/RCU/
Dlockdep-splat.txt25 rcu_scheduler_active = 1, debug_locks = 0
/linux-4.1.27/kernel/locking/
Dlockdep.c4277 rcu_scheduler_active, debug_locks); in lockdep_rcu_suspicious()