Searched refs:effective_load (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | fair.c | 1121 static long effective_load(struct task_group *tg, int cpu, long wl, long wg); 4572 static long effective_load(struct task_group *tg, int cpu, long wl, long wg) in effective_load() function 4629 static long effective_load(struct task_group *tg, int cpu, long wl, long wg) in effective_load() function 4685 this_load += effective_load(tg, this_cpu, -weight, -weight); in wake_affine() 4686 load += effective_load(tg, prev_cpu, 0, -weight); in wake_affine() 4709 effective_load(tg, this_cpu, weight, weight); in wake_affine() 4711 prev_eff_load *= load + effective_load(tg, prev_cpu, 0, weight); in wake_affine()
|