Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c10189 * idle_cpu_without - would a given CPU be idle without p ?
10195 static int idle_cpu_without(int cpu, struct task_struct *p) in idle_cpu_without()
10205 * be computed and tested before calling idle_cpu_without(). in idle_cpu_without()
10250 * No need to call idle_cpu_without() if nr_running is not 0 in update_sg_wakeup_stats()
10252 if (!nr_running && idle_cpu_without(i, p)) in update_sg_wakeup_stats()
10193 static int idle_cpu_without(int cpu, struct task_struct *p) idle_cpu_without() function