Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/scripts/python/
Dsched-migration.py171 self.total_load = prev.total_load
175 self.total_load = 0
179 self.total_load += diff
287 if slice.total_load != 0:
288 load_rate = rq.load() / float(slice.total_load)
/Linux-v4.19/drivers/thermal/
Dcpu_cooling.c439 u32 total_load = 0; in cpufreq_get_requested_power() local
460 total_load += load; in cpufreq_get_requested_power()
467 cpufreq_cdev->last_load = total_load; in cpufreq_get_requested_power()
/Linux-v4.19/drivers/usb/host/
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()
Duhci-hcd.h448 int total_load; /* Sum of array values */ member
Duhci-debug.c405 uhci->total_load, in uhci_sprint_schedule()
/Linux-v4.19/kernel/sched/
Dfair.c7528 unsigned long total_load; /* Total load of all groups in sd */ member
7548 .total_load = 0UL, in init_sd_lb_stats()
8063 sds->total_load += sgs->group_load; in update_sd_lb_stats()
8316 sds.avg_load = (SCHED_CAPACITY_SCALE * sds.total_load) in find_busiest_group()