sched_group_set_shares
err = sched_group_set_shares(ag->tg, shares);
ret = sched_group_set_shares(css_tg(css), scale_load(weight));
ret = sched_group_set_shares(css_tg(css), scale_load(weight));
ret = sched_group_set_shares(css_tg(css), scale_load(shareval));
extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);