Home
last modified time | relevance | path

Searched refs:debug_lockdep_rcu_enabled (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/rcu/
H A Dupdate.c105 if (!debug_lockdep_rcu_enabled()) { in rcu_read_lock_held_common()
318 noinstr int notrace debug_lockdep_rcu_enabled(void) in debug_lockdep_rcu_enabled() function
323 EXPORT_SYMBOL_GPL(debug_lockdep_rcu_enabled);
/linux/include/linux/
H A Dsrcu.h145 if (!debug_lockdep_rcu_enabled()) in srcu_read_lock_held()
/linux/kernel/printk/
H A Dprintk.c258 WARN_ON_ONCE(debug_lockdep_rcu_enabled() && in console_list_lock()