Home
last modified time | relevance | path

Searched refs:sum_util (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/powercap/
H A Ddtpm_cpu.c73 unsigned long max, sum_util = 0; in scale_pd_power_uw() local
83 sum_util += sched_cpu_util(cpu); in scale_pd_power_uw()
85 return (power * ((sum_util << 10) / max)) >> 10; in scale_pd_power_uw()
/linux/kernel/sched/
H A Dfair.c11008 unsigned long sum_util) in update_idle_cpu_scan() argument
11061 x = sum_util; in update_idle_cpu_scan()
11089 unsigned long sum_util = 0; in update_sd_lb_stats() local
11117 sum_util += sgs->group_util; in update_sd_lb_stats()
11143 update_idle_cpu_scan(env, sum_util); in update_sd_lb_stats()