Home
last modified time | relevance | path

Searched refs:compute_energy (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/Documentation/scheduler/
Dsched-energy.rst141 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-v5.4/kernel/sched/
Dfair.c6251 compute_energy(struct task_struct *p, int dst_cpu, struct perf_domain *pd) in compute_energy() function
6368 base_energy_pd = compute_energy(p, -1, pd); in find_energy_efficient_cpu()
6383 prev_delta = compute_energy(p, prev_cpu, pd); in find_energy_efficient_cpu()
6401 cur_delta = compute_energy(p, max_spare_cap_cpu, pd); in find_energy_efficient_cpu()