Searched refs:compute_energy (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-energy.rst | 120 如果唤醒的任务被迁移,find_energy_efficient_cpu()使用compute_energy()来估算 121 系统将消耗多少能量。compute_energy()检查各CPU当前的利用率情况,并尝试调整来
|
/openbmc/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()
|
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 7812 * Compute the task busy time for compute_energy(). This time cannot be 7832 * Compute the perf_domain (PD) busy time for compute_energy(). Based on the 7869 * Compute the maximum utilization for compute_energy() when the task @p 7902 * compute_energy(): Use the Energy Model to estimate the energy that @pd would 7907 compute_energy(struct energy_env *eenv, struct perf_domain *pd, in compute_energy() 8082 base_energy = compute_energy(&eenv, pd, cpus, p, -1); in find_energy_efficient_cpu() 8086 prev_delta = compute_energy(&eenv, pd, cpus, p, in find_energy_efficient_cpu() 8110 cur_delta = compute_energy(&eenv, pd, cpus, p, in find_energy_efficient_cpu() 7905 compute_energy(struct energy_env *eenv, struct perf_domain *pd, compute_energy() function
|