Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/translations/zh_CN/scheduler/
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-6.6.21/Documentation/scheduler/
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-6.6.21/kernel/sched/
Dfair.c7815 static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) in find_energy_efficient_cpu() function
8036 new_cpu = find_energy_efficient_cpu(p, prev_cpu); in select_task_rq_fair()