Lines Matching full:cost
20 * @cost: The cost coefficient associated with this level, used during
28 unsigned long cost; member
37 * but a lower or equal power cost. Such inefficient states are ignored when
140 * get_cost() - Provide the cost at the given performance state of
144 * @cost : The cost value for the performance state
147 * In case of CPUs, the cost is the one of a single CPU in the domain.
154 unsigned long *cost);
292 * as 'ps->cost'. in em_cpu_energy()
295 * share the same 'ps->cost', and the same CPU capacity. Hence, the in em_cpu_energy()
299 * pd_nrg = ps->cost * \Sum cpu_util (4) in em_cpu_energy()
301 return ps->cost * sum_util; in em_cpu_energy()