Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Dfair.c5815 s64 this_eff_load, prev_eff_load; in wake_affine_weight() local
5818 this_eff_load = cpu_load(cpu_rq(this_cpu)); in wake_affine_weight()
5823 if (current_load > this_eff_load) in wake_affine_weight()
5826 this_eff_load -= current_load; in wake_affine_weight()
5831 this_eff_load += task_load; in wake_affine_weight()
5833 this_eff_load *= 100; in wake_affine_weight()
5834 this_eff_load *= capacity_of(prev_cpu); in wake_affine_weight()
5851 return this_eff_load < prev_eff_load ? this_cpu : nr_cpumask_bits; in wake_affine_weight()