Home
last modified time | relevance | path

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

/kernel/
Dsched_fair.c1127 long wl, long wg) in effective_load() argument
1132 return wl; in effective_load()
1138 if (!wl && sched_feat(ASYM_EFF_LOAD)) in effective_load()
1139 return wl; in effective_load()
1150 wl += more_w; in effective_load()
1157 a = S*(rw + wl); in effective_load()
1160 wl = s*(a-b); in effective_load()
1163 wl /= b; in effective_load()
1175 return wl; in effective_load()
1181 unsigned long wl, unsigned long wg) in effective_load() argument
[all …]
Dsched.c3434 unsigned long wl; in find_busiest_queue() local
3440 wl = weighted_cpuload(i); in find_busiest_queue()
3442 if (rq->nr_running == 1 && wl > imbalance) in find_busiest_queue()
3445 if (wl > max_load) { in find_busiest_queue()
3446 max_load = wl; in find_busiest_queue()