Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c3056 long w, W; in effective_load() local
3063 W = wg + calc_tg_weight(tg, se->my_q); in effective_load()
3073 if (W > 0 && w < W) in effective_load()
3074 wl = (w * tg->shares) / W; in effective_load()