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

/linux-master/tools/include/linux/
H A Drcu.h17 static inline bool rcu_is_watching(void) function
/linux-master/include/linux/
H A Drcutree.h105 bool rcu_is_watching(void);
H A Drcupdate.h782 RCU_LOCKDEP_WARN(!rcu_is_watching(),
810 RCU_LOCKDEP_WARN(!rcu_is_watching(),
836 RCU_LOCKDEP_WARN(!rcu_is_watching(),
847 RCU_LOCKDEP_WARN(!rcu_is_watching(),
874 RCU_LOCKDEP_WARN(!rcu_is_watching(),
892 RCU_LOCKDEP_WARN(!rcu_is_watching(),
H A Dtrace_recursion.h141 bool __ret = !rcu_is_watching(); \
H A Drcutiny.h160 static inline bool rcu_is_watching(void) { return true; } function
H A Dtracepoint.h263 WARN_ONCE(!rcu_is_watching(), \
/linux-master/kernel/
H A Dextable.c113 no_rcu = !rcu_is_watching();
H A Dnotifier.c594 RCU_LOCKDEP_WARN(!rcu_is_watching(),
/linux-master/kernel/trace/
H A Drethook.c175 if (unlikely(!rcu_is_watching()))
H A Dtrace_stack.c305 if (!rcu_is_watching())
H A Dtrace_event_perf.c439 if (!rcu_is_watching())
H A Dftrace.c7371 * if RCU flag is set, then rcu_is_watching() must be true
7376 if ((!(op->flags & FTRACE_OPS_FL_RCU) || rcu_is_watching()) &&
7433 if (!(op->flags & FTRACE_OPS_FL_RCU) || rcu_is_watching())
H A Dtrace.c2987 if (rcu_is_watching()) {
2997 * but if the above rcu_is_watching() failed, then the NMI
/linux-master/kernel/rcu/
H A Dupdate.c109 if (!rcu_is_watching()) {
H A Dtree.c681 * rcu_is_watching - RCU read-side critical sections permitted on current CPU?
687 * Although calls to rcu_is_watching() from most parts of the kernel
690 * or offline, rcu_is_watching() will return @false.
695 notrace bool rcu_is_watching(void) function
704 EXPORT_SYMBOL_GPL(rcu_is_watching); variable
2624 if (!rcu_is_watching())
2743 WARN_ON_ONCE(!rcu_is_watching());
H A Drcutorture.c1975 WARN_ON_ONCE(!rcu_is_watching());
/linux-master/arch/x86/kernel/
H A Dirq.c253 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU");
H A Dtraps.c170 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU");
/linux-master/arch/arm64/mm/
H A Dfault.c902 RCU_LOCKDEP_WARN(!rcu_is_watching(), "exception_enter didn't work");
/linux-master/kernel/locking/
H A Dlockdep.c6707 if (!rcu_is_watching())

Completed in 265 milliseconds