Searched refs:total_load (Results 1 – 7 of 7) sorted by relevance
240 u32 total_load = 0; in get_all_load() local248 total_load += load; in get_all_load()256 dev_info(&platform_dev->dev, "total cpu load %d\n", total_load); in get_all_load()258 return total_load; in get_all_load()605 int total_load = 0; in ajudt_temp_by_load() local608 total_load = get_all_load(); in ajudt_temp_by_load()610 load_rate = (total_load * slope + intercept) / 1000; in ajudt_temp_by_load()
209 u32 total_load = 0; in cpufreq_get_requested_power() local230 total_load += load; in cpufreq_get_requested_power()237 cpufreq_cdev->last_load = total_load; in cpufreq_get_requested_power()
169 self.total_load = prev.total_load173 self.total_load = 0177 self.total_load += diff285 if slice.total_load != 0:286 load_rate = rq.load() / float(slice.total_load)
667 uhci->total_load += load; in uhci_reserve_bandwidth()670 uhci->total_load / MAX_PHASE; in uhci_reserve_bandwidth()700 uhci->total_load -= load; in uhci_release_bandwidth()703 uhci->total_load / MAX_PHASE; in uhci_release_bandwidth()
448 int total_load; /* Sum of array values */ member
405 uhci->total_load, in uhci_sprint_schedule()
8322 unsigned long total_load; /* Total load of all groups in sd */ member8343 .total_load = 0UL, in init_sd_lb_stats()9228 sds->total_load += sgs->group_load; in update_sd_lb_stats()9398 sds->avg_load = (sds->total_load * SCHED_CAPACITY_SCALE) / in calculate_imbalance()9525 sds.avg_load = (sds.total_load * SCHED_CAPACITY_SCALE) / in find_busiest_group()