Searched refs:compute_energy (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-energy.rst | 120 如果唤醒的任务被迁移,find_energy_efficient_cpu()使用compute_energy()来估算 121 系统将消耗多少能量。compute_energy()检查各CPU当前的利用率情况,并尝试调整来
|
/linux/Documentation/scheduler/ |
H A D | sched-energy.rst | 141 find_energy_efficient_cpu() uses compute_energy() to estimate what will be the 142 energy consumed by the system if the waking task was migrated. compute_energy()
|
/linux/kernel/sched/ |
H A D | fair.c | 8308 compute_energy(struct energy_env *eenv, struct perf_domain *pd, in compute_energy() function 8487 base_energy = compute_energy(&eenv, pd, cpus, p, -1); in find_energy_efficient_cpu() 8491 prev_delta = compute_energy(&eenv, pd, cpus, p, in find_energy_efficient_cpu() 8515 cur_delta = compute_energy(&eenv, pd, cpus, p, in find_energy_efficient_cpu()
|