Home
last modified time | relevance | path

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

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