Searched refs:compute_energy (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/Documentation/translations/zh_CN/scheduler/ |
D | sched-energy.rst | 120 如果唤醒的任务被迁移,find_energy_efficient_cpu()使用compute_energy()来估算 121 系统将消耗多少能量。compute_energy()检查各CPU当前的利用率情况,并尝试调整来
|
/Linux-v6.6/Documentation/scheduler/ |
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-v6.6/kernel/sched/ |
D | fair.c | 7675 compute_energy(struct energy_env *eenv, struct perf_domain *pd, in compute_energy() function 7851 base_energy = compute_energy(&eenv, pd, cpus, p, -1); in find_energy_efficient_cpu() 7855 prev_delta = compute_energy(&eenv, pd, cpus, p, in find_energy_efficient_cpu() 7879 cur_delta = compute_energy(&eenv, pd, cpus, p, in find_energy_efficient_cpu()
|