Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-energy.rst115 的目标CPU。当EAS被启用时,select_task_rq_fair()调用find_energy_efficient_cpu()
120 如果唤醒的任务被迁移,find_energy_efficient_cpu()使用compute_energy()来估算
157 find_energy_efficient_cpu()将首先在两个性能域中寻找具有最大剩余算力的CPU。
/linux/kernel/sched/
H A Dfair.c8640 static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) in find_energy_efficient_cpu() function
8851 new_cpu = find_energy_efficient_cpu(p, prev_cpu); in select_task_rq_fair()