tg_weight
return sched_weight_to_cgroup(tg_weight(css_tg(css)));
unsigned long weight = tg_weight(css_tg(css));
return tg_weight(css_tg(css));
long tg_weight, tg_shares, load, shares;
tg_weight = atomic_long_read(&tg->load_avg);
tg_weight -= cfs_rq->tg_load_avg_contrib;
tg_weight += load;
if (tg_weight)
shares /= tg_weight;