Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dproc.c469 static void __update_cpu_load(struct rq *this_rq, unsigned long this_load, in __update_cpu_load() argument
477 this_rq->cpu_load[0] = this_load; /* Fasttrack for idx 0 */ in __update_cpu_load()
485 new_load = this_load; in __update_cpu_load()
Dfair.c4566 s64 this_load, load; in wake_affine() local
4584 this_load = target_load(this_cpu, idx); in wake_affine()
4595 this_load += effective_load(tg, this_cpu, -weight, -weight); in wake_affine()
4617 if (this_load > 0) { in wake_affine()
4618 this_eff_load *= this_load + in wake_affine()
4646 unsigned long min_load = ULONG_MAX, this_load = 0; in find_idlest_group() local
4683 this_load = avg_load; in find_idlest_group()
4690 if (!idlest || 100*this_load < imbalance*min_load) in find_idlest_group()