Searched refs:ct_nmi_nesting (Results 1 – 3 of 3) sorted by relevance
128 WARN_ON_ONCE(ct_nmi_nesting() != CT_NESTING_IRQ_NONIDLE); in ct_kernel_exit()188 WARN_ON_ONCE(ct_nmi_nesting()); in ct_kernel_enter()214 WARN_ON_ONCE(ct_nmi_nesting() <= 0); in ct_nmi_exit()221 if (ct_nmi_nesting() != 1) { in ct_nmi_exit()222 trace_rcu_watching(TPS("--="), ct_nmi_nesting(), ct_nmi_nesting() - 2, in ct_nmi_exit()225 ct_nmi_nesting() - 2); in ct_nmi_exit()231 trace_rcu_watching(TPS("Endirq"), ct_nmi_nesting(), 0, ct_rcu_watching()); in ct_nmi_exit()264 WARN_ON_ONCE(ct_nmi_nesting() < 0); in ct_nmi_enter()298 ct_nmi_nesting(), in ct_nmi_enter()299 ct_nmi_nesting() + incby, ct_rcu_watching()); in ct_nmi_enter()[all …]
90 static __always_inline long ct_nmi_nesting(void) in ct_nmi_nesting() function
404 RCU_LOCKDEP_WARN(ct_nmi_nesting() <= 0, in rcu_is_cpu_rrupt_from_idle()408 nesting = ct_nmi_nesting(); in rcu_is_cpu_rrupt_from_idle()612 RCU_LOCKDEP_WARN(ct_nmi_nesting() != in rcu_irq_exit_check_preempt()