Lines Matching refs:wl
1115 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() argument
4483 return wl; in effective_load()
4498 w = se->my_q->load.weight + wl; in effective_load()
4504 wl = (w * (long)tg->shares) / W; in effective_load()
4506 wl = tg->shares; in effective_load()
4513 if (wl < MIN_SHARES) in effective_load()
4514 wl = MIN_SHARES; in effective_load()
4519 wl -= se->load.weight; in effective_load()
4531 return wl; in effective_load()
4535 static long effective_load(struct task_group *tg, int cpu, long wl, long wg) in effective_load() argument
4537 return wl; in effective_load()
6769 unsigned long capacity, wl; in find_busiest_queue() local
6799 wl = weighted_cpuload(i); in find_busiest_queue()
6806 if (rq->nr_running == 1 && wl > env->imbalance && in find_busiest_queue()
6821 if (wl * busiest_capacity > busiest_load * capacity) { in find_busiest_queue()
6822 busiest_load = wl; in find_busiest_queue()