Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Dtree_exp.h749 rcu_is_cpu_rrupt_from_idle()) { in rcu_exp_handler()
836 if (rcu_is_cpu_rrupt_from_idle() || in rcu_exp_handler()
Dtree.c370 static int rcu_is_cpu_rrupt_from_idle(void) in rcu_is_cpu_rrupt_from_idle() function
2340 if (!rcu_is_cpu_rrupt_from_idle() && !user) { in rcu_sched_clock_irq()
2349 if (user || rcu_is_cpu_rrupt_from_idle()) in rcu_sched_clock_irq()
3832 if ((user || rcu_is_cpu_rrupt_from_idle()) && rcu_nohz_full_cpu()) in rcu_pending()
Dtree_plugin.h964 if (user || rcu_is_cpu_rrupt_from_idle()) { in rcu_flavor_sched_clock_irq()