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

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

Completed in 369 milliseconds