Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dsoftirq.c619 if ((sched_core_idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) { in tick_irq_exit()
/openbmc/linux/include/linux/
H A Dsched.h2451 extern int sched_core_idle_cpu(int cpu);
2455 static inline int sched_core_idle_cpu(int cpu) { return idle_cpu(cpu); } in sched_core_idle_cpu() function
/openbmc/linux/kernel/sched/
H A Dcore.c7373 int sched_core_idle_cpu(int cpu) in sched_core_idle_cpu() function