Home
last modified time | relevance | path

Searched refs:cpu_bw_dl (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Dcpufreq_schedutil.c187 * cpu_bw_dl()
241 * of this sum because we want to use cpu_bw_dl() later on, but we need in schedutil_cpu_util()
281 util += cpu_bw_dl(rq); in schedutil_cpu_util()
293 sg_cpu->bw_dl = cpu_bw_dl(rq); in sugov_get_util()
444 if (cpu_bw_dl(cpu_rq(sg_cpu->cpu)) > sg_cpu->bw_dl) in ignore_dl_rate_limit()
H A Dsched.h2768 static inline unsigned long cpu_bw_dl(struct rq *rq) in cpu_bw_dl() function
/kernel/linux/linux-6.6/kernel/sched/
H A Dcpufreq_schedutil.c167 sg_cpu->bw_dl = cpu_bw_dl(rq); in sugov_get_util()
319 if (cpu_bw_dl(cpu_rq(sg_cpu->cpu)) > sg_cpu->bw_dl) in ignore_dl_rate_limit()
H A Dsched.h3203 static inline unsigned long cpu_bw_dl(struct rq *rq) in cpu_bw_dl() function
H A Dcore.c7582 * cpu_bw_dl()
7638 * of this sum because we want to use cpu_bw_dl() later on, but we need in effective_cpu_util()
7678 util += cpu_bw_dl(rq); in effective_cpu_util()

Completed in 27 milliseconds