Searched refs:prev_eff_load (Results 1 – 1 of 1) sorted by relevance
7073 s64 this_eff_load, prev_eff_load; in wake_affine_weight() 7094 prev_eff_load = cpu_load(cpu_rq(prev_cpu)); in wake_affine_weight() 7095 prev_eff_load -= task_load; in wake_affine_weight() 7097 prev_eff_load *= 100 + (sd->imbalance_pct - 100) / 2; in wake_affine_weight() 7098 prev_eff_load *= capacity_of(this_cpu); in wake_affine_weight() 7101 * If sync, adjust the weight of prev_eff_load such that if in wake_affine_weight() 7107 prev_eff_load += 1; in wake_affine_weight() 7109 return this_eff_load < prev_eff_load ? this_cpu : nr_cpumask_bits;7071 s64 this_eff_load, prev_eff_load; wake_affine_weight() local