Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsched.h2256 extern int sched_core_idle_cpu(int cpu);
2260 static inline int sched_core_idle_cpu(int cpu) { return idle_cpu(cpu); } in sched_core_idle_cpu() function
/linux-6.15/kernel/
H A Dsoftirq.c645 if ((sched_core_idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) { in tick_irq_exit()
/linux-6.15/kernel/sched/
H A Dsyscalls.c249 int sched_core_idle_cpu(int cpu) in sched_core_idle_cpu() function