Searched refs:find_energy_efficient_cpu (Results 1 – 3 of 3) sorted by relevance
115 的目标CPU。当EAS被启用时,select_task_rq_fair()调用find_energy_efficient_cpu()120 如果唤醒的任务被迁移,find_energy_efficient_cpu()使用compute_energy()来估算157 find_energy_efficient_cpu()将首先在两个性能域中寻找具有最大剩余算力的CPU。
134 find_energy_efficient_cpu() to do the placement decision. This function looks141 find_energy_efficient_cpu() uses compute_energy() to estimate what will be the184 find_energy_efficient_cpu() will first look for the CPUs with the
8391 static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) in find_energy_efficient_cpu() function8611 new_cpu = find_energy_efficient_cpu(p, prev_cpu); in select_task_rq_fair()