Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drcupdate.h347 int debug_lockdep_rcu_enabled(void);
379 static inline int debug_lockdep_rcu_enabled(void) in debug_lockdep_rcu_enabled() function
402 if (debug_lockdep_rcu_enabled() && (c) && \
403 debug_lockdep_rcu_enabled() && !__warned) { \
H A Dsrcu.h100 if (!debug_lockdep_rcu_enabled()) in srcu_read_lock_held()
/openbmc/linux/kernel/rcu/
H A Dupdate.c104 if (!debug_lockdep_rcu_enabled()) { in rcu_read_lock_held_common()
317 noinstr int notrace debug_lockdep_rcu_enabled(void) in debug_lockdep_rcu_enabled() function
322 EXPORT_SYMBOL_GPL(debug_lockdep_rcu_enabled);
/openbmc/linux/kernel/printk/
H A Dprintk.c263 WARN_ON_ONCE(debug_lockdep_rcu_enabled() && in console_list_lock()