Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Dtree_exp.h754 rcu_is_cpu_rrupt_from_idle()) { in rcu_exp_handler()
873 if (rcu_is_cpu_rrupt_from_idle() || in rcu_exp_handler()
Dtree.c345 static int rcu_is_cpu_rrupt_from_idle(void) in rcu_is_cpu_rrupt_from_idle() function
2233 if (!rcu_is_cpu_rrupt_from_idle() && !user) { in rcu_sched_clock_irq()
2242 if (user || rcu_is_cpu_rrupt_from_idle()) in rcu_sched_clock_irq()
3869 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()