Searched refs:this_load (Results 1 – 1 of 1) sorted by relevance
4314 static void __update_cpu_load(struct rq *this_rq, unsigned long this_load, in __update_cpu_load() argument4322 this_rq->cpu_load[0] = this_load; /* Fasttrack for idx 0 */ in __update_cpu_load()4330 new_load = this_load; in __update_cpu_load()4663 s64 this_load, load; in wake_affine() local4674 this_load = target_load(this_cpu, idx); in wake_affine()4685 this_load += effective_load(tg, this_cpu, -weight, -weight); in wake_affine()4707 if (this_load > 0) { in wake_affine()4708 this_eff_load *= this_load + in wake_affine()4736 unsigned long min_load = ULONG_MAX, this_load = 0; in find_idlest_group() local4773 this_load = avg_load; in find_idlest_group()[all …]