Searched refs:FREQUENCY_UTIL (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | cpufreq_schedutil.c | 208 type == FREQUENCY_UTIL && rt_rq_is_runnable(&rq->rt)) { in schedutil_cpu_util() 234 if (type == FREQUENCY_UTIL) in schedutil_cpu_util() 280 if (type == FREQUENCY_UTIL) in schedutil_cpu_util() 299 return schedutil_cpu_util(sg_cpu->cpu, util, max, FREQUENCY_UTIL, NULL); in sugov_get_util()
|
H A D | sched.h | 2749 * @FREQUENCY_UTIL: Utilization used to select frequency 2758 FREQUENCY_UTIL, enumerator
|
H A D | fair.c | 6944 * FREQUENCY_UTIL's utilization can be max OPP. in compute_energy() 6947 FREQUENCY_UTIL, tsk); in compute_energy()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | cpufreq_schedutil.c | 172 FREQUENCY_UTIL, NULL); in sugov_get_util()
|
H A D | core.c | 7605 type == FREQUENCY_UTIL && rt_rq_is_runnable(&rq->rt)) { in effective_cpu_util() 7631 if (type == FREQUENCY_UTIL) in effective_cpu_util() 7677 if (type == FREQUENCY_UTIL) in effective_cpu_util()
|
H A D | sched.h | 3171 * @FREQUENCY_UTIL: Utilization used to select frequency 3180 FREQUENCY_UTIL, enumerator
|
H A D | fair.c | 7996 * FREQUENCY_UTIL's utilization can be max OPP. in eenv_pd_max_util() 7998 eff_util = effective_cpu_util(cpu, util, FREQUENCY_UTIL, tsk); in eenv_pd_max_util()
|
Completed in 56 milliseconds