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

/linux-master/include/linux/
H A Dsched.h2181 extern int sched_core_idle_cpu(int cpu);
2185 static inline int sched_core_idle_cpu(int cpu) { return idle_cpu(cpu); } function
/linux-master/kernel/
H A Dsoftirq.c616 if ((sched_core_idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) {
/linux-master/kernel/sched/
H A Dcore.c7458 int sched_core_idle_cpu(int cpu) function

Completed in 192 milliseconds