Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dfair.c1115 static long effective_load(struct task_group *tg, int cpu, long wl, long wg);
4478 static long effective_load(struct task_group *tg, int cpu, long wl, long wg) in effective_load() function
4535 static long effective_load(struct task_group *tg, int cpu, long wl, long wg) in effective_load() function
4595 this_load += effective_load(tg, this_cpu, -weight, -weight); in wake_affine()
4596 load += effective_load(tg, prev_cpu, 0, -weight); in wake_affine()
4619 effective_load(tg, this_cpu, weight, weight); in wake_affine()
4621 prev_eff_load *= load + effective_load(tg, prev_cpu, 0, weight); in wake_affine()