Home
last modified time | relevance | path

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

/linux/include/linux/
A Drcupdate.h350 int debug_lockdep_rcu_enabled(void);
382 static inline int debug_lockdep_rcu_enabled(void) in debug_lockdep_rcu_enabled() function
405 if (debug_lockdep_rcu_enabled() && (c) && \
406 debug_lockdep_rcu_enabled() && !__warned) { \
436 return debug_lockdep_rcu_enabled() && in lockdep_assert_rcu_helper()
438 debug_lockdep_rcu_enabled(); in lockdep_assert_rcu_helper()
A Dsrcu.h135 if (!debug_lockdep_rcu_enabled()) in srcu_read_lock_held()
/linux/kernel/rcu/
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/kernel/printk/
A Dprintk.c258 WARN_ON_ONCE(debug_lockdep_rcu_enabled() && in console_list_lock()

Completed in 19 milliseconds