Searched refs:rcu_scheduler_active (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
H A Drcu.h4 int rcu_scheduler_active; variable
/linux-4.4.14/kernel/rcu/
H A Dtiny_plugin.h58 int rcu_scheduler_active __read_mostly;
59 EXPORT_SYMBOL_GPL(rcu_scheduler_active); variable
68 rcu_scheduler_active = 1; rcu_scheduler_starting()
H A Dupdate.c242 return rcu_scheduler_active && debug_locks && debug_lockdep_rcu_enabled()
592 RCU_LOCKDEP_WARN(!rcu_scheduler_active, synchronize_rcu_tasks()
H A Dtree.c133 * The rcu_scheduler_active variable transitions from zero to one just
141 int rcu_scheduler_active __read_mostly;
142 EXPORT_SYMBOL_GPL(rcu_scheduler_active); variable
4357 rcu_scheduler_active = 1; rcu_scheduler_starting()
H A Dtree_plugin.h686 if (!rcu_scheduler_active) synchronize_rcu()
/linux-4.4.14/include/linux/
H A Drcutree.h104 extern int rcu_scheduler_active __read_mostly;
H A Drcutiny.h193 extern int rcu_scheduler_active __read_mostly;
/linux-4.4.14/kernel/locking/
H A Dlockdep.c4273 rcu_scheduler_active, debug_locks); lockdep_rcu_suspicious()

Completed in 363 milliseconds