Searched refs:find_energy_efficient_cpu (Results 1 – 3 of 3) sorted by relevance
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
8238 * find_energy_efficient_cpu(): Find most energy-efficient target CPU for the8239 * waking task. find_energy_efficient_cpu() looks for the CPU with maximum8258 * idea or not. So, find_energy_efficient_cpu() basically favors8276 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()