Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c6149 s64 this_eff_load, prev_eff_load; in wake_affine_weight() local
6152 this_eff_load = cpu_load(cpu_rq(this_cpu)); in wake_affine_weight()
6156 if (current_load > this_eff_load) { in wake_affine_weight()
6160 this_eff_load -= current_load; in wake_affine_weight()
6165 this_eff_load += task_load; in wake_affine_weight()
6167 this_eff_load *= FAIR_ONEHUNDRED; in wake_affine_weight()
6169 this_eff_load *= capacity_of(prev_cpu); in wake_affine_weight()
6188 return this_eff_load < prev_eff_load ? this_cpu : nr_cpumask_bits; in wake_affine_weight()

Completed in 15 milliseconds