Searched refs:total_load (Results 1 – 6 of 6) sorted by relevance
167 self.total_load = prev.total_load171 self.total_load = 0175 self.total_load += diff283 if slice.total_load != 0:284 load_rate = rq.load() / float(slice.total_load)
576 u32 static_power, dynamic_power, total_load = 0; in cpufreq_get_requested_power() local607 total_load += load; in cpufreq_get_requested_power()614 cpufreq_device->last_load = total_load; in cpufreq_get_requested_power()
668 uhci->total_load += load; in uhci_reserve_bandwidth()671 uhci->total_load / MAX_PHASE; in uhci_reserve_bandwidth()701 uhci->total_load -= load; in uhci_release_bandwidth()704 uhci->total_load / MAX_PHASE; in uhci_release_bandwidth()
443 int total_load; /* Sum of array values */ member
404 uhci->total_load, in uhci_sprint_schedule()
6021 unsigned long total_load; /* Total load of all groups in sd */ member6040 .total_load = 0UL, in init_sd_lb_stats()6488 sds->total_load += sgs->group_load; in update_sd_lb_stats()6735 sds.avg_load = (SCHED_CAPACITY_SCALE * sds.total_load) in find_busiest_group()