Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/powercap/
Ddtpm_cpu.c83 sum_util += sched_cpu_util(cpu); in scale_pd_power_uw()
/linux-6.1.9/drivers/thermal/
Dcpufreq_cooling.c151 unsigned long util = sched_cpu_util(cpu); in get_load()
/linux-6.1.9/include/linux/
Dsched.h2294 unsigned long sched_cpu_util(int cpu);
/linux-6.1.9/kernel/sched/
Dcore.c7336 unsigned long sched_cpu_util(int cpu) in sched_cpu_util() function