Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/rcu/
Dtree_exp.h753 rcu_is_cpu_rrupt_from_idle()) { in rcu_exp_handler()
872 if (rcu_is_cpu_rrupt_from_idle() || in rcu_exp_handler()
Dtree.c346 static int rcu_is_cpu_rrupt_from_idle(void) in rcu_is_cpu_rrupt_from_idle() function
2283 if (!rcu_is_cpu_rrupt_from_idle() && !user) { in rcu_sched_clock_irq()
2292 if (user || rcu_is_cpu_rrupt_from_idle()) in rcu_sched_clock_irq()
3936 if ((user || rcu_is_cpu_rrupt_from_idle()) && rcu_nohz_full_cpu()) in rcu_pending()
Dtree_plugin.h966 if (user || rcu_is_cpu_rrupt_from_idle()) { in rcu_flavor_sched_clock_irq()