Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dsched-migration.py169 self.total_load = prev.total_load
173 self.total_load = 0
177 self.total_load += diff
285 if slice.total_load != 0:
286 load_rate = rq.load() / float(slice.total_load)
/linux/drivers/thermal/
H A Dcpufreq_cooling.c237 u32 total_load = 0; in cpufreq_get_requested_power() local
251 total_load += load; in cpufreq_get_requested_power()
254 cpufreq_cdev->last_load = total_load; in cpufreq_get_requested_power()
/linux/drivers/usb/host/
H A Duhci-q.c667 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()
H A Duhci-hcd.h444 int total_load; /* Sum of array values */ member
H A Duhci-debug.c405 uhci->total_load, in uhci_sprint_schedule()
/linux/kernel/sched/
H A Dfair.c9896 unsigned long total_load; /* Total load of all groups in sd */ in sibling_imbalance()
9917 .total_load = 0UL,
11002 sds->total_load += sgs->group_load; in sched_balance_find_src_group()
11181 sds->avg_load = (sds->total_load * SCHED_CAPACITY_SCALE) /
11302 sds.avg_load = (sds.total_load * SCHED_CAPACITY_SCALE) / in sched_balance_rq()
9534 unsigned long total_load; /* Total load of all groups in sd */ global() member