Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dsoftirq.c615 if ((sched_core_idle_cpu(cpu) && !need_resched()) || tick_nohz_full_cpu(cpu)) { in tick_irq_exit()
/Linux-v6.6/include/linux/
Dsched.h2451 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
/Linux-v6.6/kernel/sched/
Dcore.c7372 int sched_core_idle_cpu(int cpu) in sched_core_idle_cpu() function