Searched refs:root_task_group (Results 1 – 8 of 8) sorted by relevance
34 autogroup_default.tg = &root_task_group; in autogroup_init()92 tg = sched_create_group(&root_task_group); in autogroup_create()109 tg->rt_se = root_task_group.rt_se; in autogroup_create()110 tg->rt_rq = root_task_group.rt_rq; in autogroup_create()114 sched_online_group(tg, &root_task_group); in autogroup_create()130 if (tg != &root_task_group) in task_wants_autogroup()
1594 if (task_group(p) == &root_task_group) in uclamp_tg_restrict()1871 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()1879 cpu_util_update_eff(&root_task_group.css); in uclamp_update_root_tg()2032 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()2033 root_task_group.uclamp[clamp_id] = uc_max; in init_uclamp()8520 struct task_group root_task_group; variable8572 root_task_group.rt_rq = (struct rt_rq **)ptr; in sched_init()8591 INIT_LIST_HEAD(&root_task_group.children); in sched_init()8592 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init()9143 return &root_task_group.css; in cpu_cgroup_css_alloc()[all …]
805 if (rt_b == &root_task_group.rt_bandwidth) in do_sched_rt_period_timer()2771 if (tg == &root_task_group && rt_runtime == 0) in tg_set_rt_bandwidth()
4249 css_for_each_descendant_post(css, &root_task_group.css) { in scx_cgroup_exit()4283 css_for_each_descendant_pre(css, &root_task_group.css) { in scx_cgroup_init()
519 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
4114 if (cfs_rq->tg == &root_task_group) in update_tg_load_avg()4145 if (cfs_rq->tg == &root_task_group) in clear_tg_load_avg()13534 if (tg == &root_task_group) in sched_group_set_idle()
29 extern struct task_group root_task_group;
102 .sched_task_group = &root_task_group,