Home
last modified time | relevance | path

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

/linux/drivers/powercap/
H A Ddtpm_cpu.c83 sum_util += sched_cpu_util(cpu); in scale_pd_power_uw()
/linux/drivers/cpuidle/governors/
H A Dteo.c214 return sched_cpu_util(cpu) > cpu_data->util_threshold; in teo_cpu_is_utilized()
/linux/drivers/thermal/
H A Dcpufreq_cooling.c165 unsigned long util = sched_cpu_util(cpu); in get_load()
/linux/include/linux/
H A Dsched.h2177 unsigned long sched_cpu_util(int cpu);
/linux/kernel/sched/
H A Dcore.c7564 unsigned long sched_cpu_util(int cpu) in sched_cpu_util() function