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

/linux-master/kernel/sched/
H A Dfair.c7791 * Compute the task busy time for compute_energy(). This time cannot be
7811 * Compute the perf_domain (PD) busy time for compute_energy(). Based on the
7848 * Compute the maximum utilization for compute_energy() when the task @p
7897 * compute_energy(): Use the Energy Model to estimate the energy that @pd would
7902 compute_energy(struct energy_env *eenv, struct perf_domain *pd, function
8082 base_energy = compute_energy(&eenv, pd, cpus, p, -1);
8086 prev_delta = compute_energy(&eenv, pd, cpus, p,
8110 cur_delta = compute_energy(&eenv, pd, cpus, p,

Completed in 103 milliseconds