Home
last modified time | relevance | path

Searched refs:cpu_bw_dl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcpufreq_schedutil.c290 util += cpu_bw_dl(rq); in schedutil_cpu_util()
303 sg_cpu->bw_dl = cpu_bw_dl(rq); in sugov_get_util()
450 if (cpu_bw_dl(cpu_rq(sg_cpu->cpu)) > sg_cpu->bw_dl) in ignore_dl_rate_limit()
H A Dsched.h2606 static inline unsigned long cpu_bw_dl(struct rq *rq) in cpu_bw_dl() function