Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c240 u32 total_load = 0; in get_all_load() local
248 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() local
608 total_load = get_all_load(); in ajudt_temp_by_load()
610 load_rate = (total_load * slope + intercept) / 1000; in ajudt_temp_by_load()
H A Dcpufreq_cooling.c209 u32 total_load = 0; in cpufreq_get_requested_power() local
230 total_load += load; in cpufreq_get_requested_power()
237 cpufreq_cdev->last_load = total_load; in cpufreq_get_requested_power()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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.h448 int total_load; /* Sum of array values */ member
H A Duhci-debug.c405 uhci->total_load, in uhci_sprint_schedule()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c8322 unsigned long total_load; /* Total load of all groups in sd */ member
8343 .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()