Lines Matching refs:root_task_group
1495 if (task_group(p) == &root_task_group) in uclamp_tg_restrict()
1774 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()
1782 cpu_util_update_eff(&root_task_group.css); in uclamp_update_root_tg()
2058 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()
2059 root_task_group.uclamp[clamp_id] = uc_max; in init_uclamp()
9878 struct task_group root_task_group; variable
9879 EXPORT_SYMBOL_GPL(root_task_group);
9912 root_task_group.se = (struct sched_entity **)ptr; in sched_init()
9915 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init()
9918 root_task_group.shares = ROOT_TASK_GROUP_LOAD; in sched_init()
9919 init_cfs_bandwidth(&root_task_group.cfs_bandwidth); in sched_init()
9922 root_task_group.rt_se = (struct sched_rt_entity **)ptr; in sched_init()
9925 root_task_group.rt_rq = (struct rt_rq **)ptr; in sched_init()
9938 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()
9945 list_add(&root_task_group.list, &task_groups); in sched_init()
9946 INIT_LIST_HEAD(&root_task_group.children); in sched_init()
9947 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init()
9984 init_tg_cfs_entry(&root_task_group, &rq->cfs, NULL, i, NULL); in sched_init()
9989 init_tg_rt_entry(&root_task_group, &rq->rt, NULL, i, NULL); in sched_init()
10517 return &root_task_group.css; in cpu_cgroup_css_alloc()
10822 if (tg == &root_task_group) in tg_set_cfs_bandwidth()
11109 if (schedstat_enabled() && tg != &root_task_group) { in cpu_cfs_stat_show()