Home
last modified time | relevance | path

Searched refs:ct_nesting (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/kernel/
Dcontext_tracking.c131 ct_nesting() == 0); in ct_kernel_exit()
132 if (ct_nesting() != 1) { in ct_kernel_exit()
140 trace_rcu_watching(TPS("End"), ct_nesting(), 0, ct_rcu_watching()); in ct_kernel_exit()
169 oldval = ct_nesting(); in ct_kernel_enter()
185 trace_rcu_watching(TPS("Start"), ct_nesting(), 1, ct_rcu_watching()); in ct_kernel_enter()
/linux-6.12.1/include/linux/
Dcontext_tracking_state.h78 static __always_inline long ct_nesting(void) in ct_nesting() function
/linux-6.12.1/kernel/rcu/
Dtree.c402 RCU_LOCKDEP_WARN(ct_nesting() < 0, in rcu_is_cpu_rrupt_from_idle()
418 return ct_nesting() == 0; in rcu_is_cpu_rrupt_from_idle()
610 RCU_LOCKDEP_WARN(ct_nesting() <= 0, in rcu_irq_exit_check_preempt()