Searched refs:compute_energy (Results 1 – 2 of 2) sorted by relevance
141 find_energy_efficient_cpu() uses compute_energy() to estimate what will be the142 energy consumed by the system if the waking task was migrated. compute_energy()
6496 compute_energy(struct task_struct *p, int dst_cpu, struct perf_domain *pd) in compute_energy() function6613 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()