Home
last modified time | relevance | path

Searched refs:total_load (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/scripts/python/
Dsched-migration.py167 self.total_load = prev.total_load
171 self.total_load = 0
175 self.total_load += diff
283 if slice.total_load != 0:
284 load_rate = rq.load() / float(slice.total_load)
/linux-4.4.14/drivers/thermal/
Dcpu_cooling.c576 u32 static_power, dynamic_power, total_load = 0; in cpufreq_get_requested_power() local
607 total_load += load; in cpufreq_get_requested_power()
614 cpufreq_device->last_load = total_load; in cpufreq_get_requested_power()
/linux-4.4.14/drivers/usb/host/
Duhci-q.c668 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()
Duhci-hcd.h443 int total_load; /* Sum of array values */ member
Duhci-debug.c404 uhci->total_load, in uhci_sprint_schedule()
/linux-4.4.14/kernel/sched/
Dfair.c6021 unsigned long total_load; /* Total load of all groups in sd */ member
6040 .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()