Lines Matching defs:load
55 * @last_load: load measured by the latest call to cpufreq_get_requested_power()
135 * get_load() - get load for a cpu since last updated
140 * Return: The average load of cpu @cpu in percentage since this
146 u32 load;
155 load = 0;
157 load = div64_u64(100 * (delta_time - delta_idle), delta_time);
162 return load;
194 * We use the current frequency and the average load since this
197 * the load calculation. While it's not perfectly accurate, this
223 u32 load;
226 load = get_load(cpufreq_cdev, cpu, i);
228 load = 0;
230 total_load += load;
232 load_cpu[i] = load;
258 * milliwatts assuming 100% load. Store the calculated power in
293 * such as the cpu load or the current static power. Calling this