Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dfair.c4795 int shallowest_idle_cpu = -1; in find_idlest_cpu() local
4811 shallowest_idle_cpu = i; in find_idlest_cpu()
4820 shallowest_idle_cpu = i; in find_idlest_cpu()
4822 } else if (shallowest_idle_cpu == -1) { in find_idlest_cpu()
4831 return shallowest_idle_cpu != -1 ? shallowest_idle_cpu : least_loaded_cpu; in find_idlest_cpu()