Searched refs:sched_core_idle_cpu (Results 1 – 3 of 3) sorted by relevance
615 if ((sched_core_idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) { in tick_irq_exit()
2451 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
7373 int sched_core_idle_cpu(int cpu) in sched_core_idle_cpu() function