Searched refs:this_eff_load (Results 1 – 1 of 1) sorted by relevance
7373 s64 this_eff_load, prev_eff_load; in wake_affine_weight() local7376 this_eff_load = cpu_load(cpu_rq(this_cpu)); in wake_affine_weight()7381 if (current_load > this_eff_load) in wake_affine_weight()7384 this_eff_load -= current_load; in wake_affine_weight()7389 this_eff_load += task_load; in wake_affine_weight()7391 this_eff_load *= 100; in wake_affine_weight()7392 this_eff_load *= capacity_of(prev_cpu); in wake_affine_weight()7409 return this_eff_load < prev_eff_load ? this_cpu : nr_cpumask_bits; in wake_affine_weight()