sched_group_rt_runtime 2161 include/linux/sched.h extern long sched_group_rt_runtime(struct task_group *tg);
sched_group_rt_runtime 9168 kernel/sched.c 	return sched_group_rt_runtime(cgroup_tg(cgrp));
sched_group_rt_runtime  172 kernel/user.c  	return sprintf(buf, "%ld\n", sched_group_rt_runtime(up->tg));