Home
last modified time | relevance | path

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

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