Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-energy.rst120 如果唤醒的任务被迁移,find_energy_efficient_cpu()使用compute_energy()来估算
157 find_energy_efficient_cpu()将首先在两个性能域中寻找具有最大剩余算力的CPU。
/linux/Documentation/scheduler/
H A Dsched-energy.rst134 find_energy_efficient_cpu() to do the placement decision. This function looks
141 find_energy_efficient_cpu() uses compute_energy() to estimate what will be the
184 find_energy_efficient_cpu() will first look for the CPUs with the
/linux/kernel/sched/
H A Dfair.c8238 * find_energy_efficient_cpu(): Find most energy-efficient target CPU for the
8239 * waking task. find_energy_efficient_cpu() looks for the CPU with maximum
8258 * idea or not. So, find_energy_efficient_cpu() basically favors
8276 static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) in find_energy_efficient_cpu() function
8496 new_cpu = find_energy_efficient_cpu(p, prev_cpu); in select_task_rq_fair()