Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/kernel/sched/
Dfair.c6496 compute_energy(struct task_struct *p, int dst_cpu, struct perf_domain *pd) in compute_energy() function
6613 base_energy_pd = compute_energy(p, -1, pd); in find_energy_efficient_cpu()
6638 prev_delta = compute_energy(p, prev_cpu, pd); in find_energy_efficient_cpu()
6655 cur_delta = compute_energy(p, max_spare_cap_cpu, pd); in find_energy_efficient_cpu()