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

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

Completed in 125 milliseconds