Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dsched.h1399 #ifndef arch_scale_freq_capacity
1401 unsigned long arch_scale_freq_capacity(struct sched_domain *sd, int cpu) in arch_scale_freq_capacity() function
1420 rq->rt_avg += rt_delta * arch_scale_freq_capacity(NULL, cpu_of(rq)); in sched_rt_avg_update()
Dfair.c2587 scale_freq = arch_scale_freq_capacity(NULL, cpu); in __update_load_avg()