Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dfair.c4705 int shallowest_idle_cpu = -1; in find_idlest_cpu() local
4721 shallowest_idle_cpu = i; in find_idlest_cpu()
4730 shallowest_idle_cpu = i; in find_idlest_cpu()
4732 } else if (shallowest_idle_cpu == -1) { in find_idlest_cpu()
4741 return shallowest_idle_cpu != -1 ? shallowest_idle_cpu : least_loaded_cpu; in find_idlest_cpu()