Lines Matching refs:root_task_group
7358 struct task_group root_task_group; variable
7379 root_task_group.se = (struct sched_entity **)ptr; in sched_init()
7382 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init()
7387 root_task_group.rt_se = (struct sched_rt_entity **)ptr; in sched_init()
7390 root_task_group.rt_rq = (struct rt_rq **)ptr; in sched_init()
7412 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()
7417 list_add(&root_task_group.list, &task_groups); in sched_init()
7418 INIT_LIST_HEAD(&root_task_group.children); in sched_init()
7419 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init()
7436 root_task_group.shares = ROOT_TASK_GROUP_LOAD; in sched_init()
7457 init_cfs_bandwidth(&root_task_group.cfs_bandwidth); in sched_init()
7458 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
7463 init_tg_rt_entry(&root_task_group, &rq->rt, NULL, i, NULL); in sched_init()
7931 if (tg == &root_task_group && rt_runtime == 0) in tg_set_rt_bandwidth()
8206 return &root_task_group.css; in cpu_cgroup_css_alloc()
8295 if (tg == &root_task_group) in tg_set_cfs_bandwidth()