Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c8533 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, bool has_idle_core, int target)
8679 * Same nr_idle_scan hint as select_idle_cpu(), nr only limits in find_energy_efficient_cpu()
8694 * select_idle_cpu() logic). in find_energy_efficient_cpu()
8762 * after this function and never runs select_idle_cpu(), so the usual in find_energy_efficient_cpu()
8763 * select_idle_cpu() tail that clears idle cores must live here when the in find_energy_efficient_cpu()
8909 i = select_idle_cpu(p, sd, has_idle_core, target); in migrate_task_rq_fair()
8917 * use them if possible when no idle CPU found in select_idle_cpu(). in migrate_task_rq_fair()
12437 * be used as a hint in select_idle_cpu(). The update of sd_share in active_load_balance_cpu_stop()
7952 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, bool has_idle_core, int target) select_idle_cpu() function