Home
last modified time | relevance | path

Searched refs:sched_cpu_util (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/powercap/
H A Ddtpm_cpu.c83 sum_util += sched_cpu_util(cpu); in scale_pd_power_uw()
/linux/drivers/thermal/
H A Dcpufreq_cooling.c163 unsigned long util = sched_cpu_util(cpu); in get_load()
/linux/include/linux/
H A Dsched.h2221 unsigned long sched_cpu_util(int cpu);
/linux/kernel/sched/
H A Dfair.c8175 unsigned long sched_cpu_util(int cpu) in sched_cpu_util() function