Searched refs:ct_nmi_nesting (Results 1 – 3 of 3) sorted by relevance
127 WARN_ON_ONCE(ct_nmi_nesting() != CT_NESTING_IRQ_NONIDLE); in ct_kernel_exit()187 WARN_ON_ONCE(ct_nmi_nesting()); in ct_kernel_enter()213 WARN_ON_ONCE(ct_nmi_nesting() <= 0); in ct_nmi_exit()220 if (ct_nmi_nesting() != 1) { in ct_nmi_exit()221 trace_rcu_watching(TPS("--="), ct_nmi_nesting(), ct_nmi_nesting() - 2, in ct_nmi_exit()224 ct_nmi_nesting() - 2); in ct_nmi_exit()230 trace_rcu_watching(TPS("Endirq"), ct_nmi_nesting(), 0, ct_rcu_watching()); in ct_nmi_exit()263 WARN_ON_ONCE(ct_nmi_nesting() < 0); in ct_nmi_enter()297 ct_nmi_nesting(), in ct_nmi_enter()298 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
383 RCU_LOCKDEP_WARN(ct_nmi_nesting() <= 0, in rcu_is_cpu_rrupt_from_idle()387 nesting = ct_nmi_nesting(); in rcu_is_cpu_rrupt_from_idle()611 RCU_LOCKDEP_WARN(ct_nmi_nesting() != in rcu_irq_exit_check_preempt()