Home
last modified time | relevance | path

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

/linux/include/linux/
A Dsched.h2188 extern int sched_core_idle_cpu(int cpu);
2192 static inline int sched_core_idle_cpu(int cpu) { return idle_cpu(cpu); } in sched_core_idle_cpu() function
/linux/kernel/
A Dsoftirq.c620 if ((sched_core_idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) { in tick_irq_exit()
/linux/kernel/sched/
A Dsyscalls.c249 int sched_core_idle_cpu(int cpu) in sched_core_idle_cpu() function

Completed in 18 milliseconds