Lines Matching refs:wl
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() argument
4577 return wl; in effective_load()
4592 w = cfs_rq_load_avg(se->my_q) + wl; in effective_load()
4598 wl = (w * (long)tg->shares) / W; in effective_load()
4600 wl = tg->shares; in effective_load()
4607 if (wl < MIN_SHARES) in effective_load()
4608 wl = MIN_SHARES; in effective_load()
4613 wl -= se->avg.load_avg; in effective_load()
4625 return wl; in effective_load()
4629 static long effective_load(struct task_group *tg, int cpu, long wl, long wg) in effective_load() argument
4631 return wl; in effective_load()
6807 unsigned long capacity, wl; in find_busiest_queue() local
6837 wl = weighted_cpuload(i); in find_busiest_queue()
6844 if (rq->nr_running == 1 && wl > env->imbalance && in find_busiest_queue()
6859 if (wl * busiest_capacity > busiest_load * capacity) { in find_busiest_queue()
6860 busiest_load = wl; in find_busiest_queue()