sched_group_set_shares 2155 include/linux/sched.h extern int sched_group_set_shares(struct task_group *tg, unsigned long shares); sched_group_set_shares 9148 kernel/sched.c return sched_group_set_shares(cgroup_tg(cgrp), shareval); sched_group_set_shares 156 kernel/user.c rc = sched_group_set_shares(up->tg, shares);