Searched refs:rcu_is_watching (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
H A Drcu.h16 static inline bool rcu_is_watching(void) rcu_is_watching() function
/linux-4.1.27/include/linux/
H A Drcutiny.h177 static inline bool rcu_is_watching(void) rcu_is_watching() function
184 static inline bool rcu_is_watching(void) rcu_is_watching() function
H A Drcutree.h101 bool rcu_is_watching(void);
H A Drcupdate.h506 if (!rcu_is_watching()) rcu_read_lock_sched_held()
915 rcu_lockdep_assert(rcu_is_watching(), rcu_read_lock()
966 rcu_lockdep_assert(rcu_is_watching(), rcu_read_unlock()
995 rcu_lockdep_assert(rcu_is_watching(), rcu_read_lock_bh()
1006 rcu_lockdep_assert(rcu_is_watching(), rcu_read_unlock_bh()
1031 rcu_lockdep_assert(rcu_is_watching(), rcu_read_lock_sched()
1049 rcu_lockdep_assert(rcu_is_watching(), rcu_read_unlock_sched()
/linux-4.1.27/kernel/rcu/
H A Dupdate.c222 if (!rcu_is_watching()) rcu_read_lock_held()
249 if (!rcu_is_watching()) rcu_read_lock_bh_held()
H A Dtree.c920 * rcu_is_watching(), the caller of __rcu_is_watching() must have at
929 * rcu_is_watching - see if RCU thinks that the current CPU is idle
934 bool notrace rcu_is_watching(void) rcu_is_watching() function
943 EXPORT_SYMBOL_GPL(rcu_is_watching); variable
2911 if (!rcu_is_watching()) __call_rcu_core()
3010 WARN_ON_ONCE(!rcu_is_watching()); __call_rcu()
H A Dtree_plugin.h2052 !rcu_is_watching() && __call_rcu_nocb()
/linux-4.1.27/arch/x86/kernel/
H A Dtraps.c139 rcu_lockdep_assert(rcu_is_watching(), "ist_enter didn't work"); ist_enter()
/linux-4.1.27/kernel/locking/
H A Dlockdep.c4274 : !rcu_is_watching() lockdep_rcu_suspicious()
4297 if (!rcu_is_watching()) lockdep_rcu_suspicious()
/linux-4.1.27/kernel/trace/
H A Dftrace.c5131 if (!rcu_is_watching()) ftrace_ops_control_func()

Completed in 311 milliseconds