Home
last modified time | relevance | path

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

/linux-4.4.14/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.c242 return rcu_scheduler_active && debug_locks && in debug_lockdep_rcu_enabled()
592 RCU_LOCKDEP_WARN(!rcu_scheduler_active, in synchronize_rcu_tasks()
Dtree.c141 int rcu_scheduler_active __read_mostly;
142 EXPORT_SYMBOL_GPL(rcu_scheduler_active);
4357 rcu_scheduler_active = 1; in rcu_scheduler_starting()
Dtree_plugin.h686 if (!rcu_scheduler_active) in synchronize_rcu()
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Drcu.h4 int rcu_scheduler_active; variable
/linux-4.4.14/include/linux/
Drcutree.h104 extern int rcu_scheduler_active __read_mostly;
Drcutiny.h193 extern int rcu_scheduler_active __read_mostly;
/linux-4.4.14/Documentation/RCU/
Dlockdep-splat.txt25 rcu_scheduler_active = 1, debug_locks = 0
/linux-4.4.14/kernel/locking/
Dlockdep.c4273 rcu_scheduler_active, debug_locks); in lockdep_rcu_suspicious()