Searched refs:this_eff_load (Results 1 – 1 of 1) sorted by relevance
5616 s64 this_eff_load, prev_eff_load; in wake_affine_weight() local5619 this_eff_load = target_load(this_cpu, sd->wake_idx); in wake_affine_weight()5624 if (current_load > this_eff_load) in wake_affine_weight()5627 this_eff_load -= current_load; in wake_affine_weight()5632 this_eff_load += task_load; in wake_affine_weight()5634 this_eff_load *= 100; in wake_affine_weight()5635 this_eff_load *= capacity_of(prev_cpu); in wake_affine_weight()5652 return this_eff_load < prev_eff_load ? this_cpu : nr_cpumask_bits; in wake_affine_weight()