Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c825 * util_avg_cap = (cpu_scale - cfs_rq->avg.util_avg) / 2^n
827 * where n denotes the nth task and cpu_scale the CPU capacity.
843 long cpu_scale = arch_scale_cpu_capacity(cpu_of(rq_of(cfs_rq))); in post_init_entity_util_avg() local
844 long cap = (long)(cpu_scale - cfs_rq->avg.util_avg) / 2; in post_init_entity_util_avg()

Completed in 20 milliseconds