Searched refs:root_task_group (Results 1 – 7 of 7) sorted by relevance
37 autogroup_default.tg = &root_task_group; in autogroup_init()95 tg = sched_create_group(&root_task_group); in autogroup_create()112 tg->rt_se = root_task_group.rt_se; in autogroup_create()113 tg->rt_rq = root_task_group.rt_rq; in autogroup_create()117 sched_online_group(tg, &root_task_group); in autogroup_create()133 if (tg != &root_task_group) in task_wants_autogroup()
93 rt_rq->tg = &root_task_group; in init_rt_rq()181 WARN_ON(!rt_group_sched_enabled() && rt_rq->tg != &root_task_group); in rq_of_rt_rq()187 WARN_ON(!rt_group_sched_enabled() && rt_se->rt_rq->tg != &root_task_group); in rt_rq_of_se()195 WARN_ON(!rt_group_sched_enabled() && rt_rq->tg != &root_task_group); in rq_of_rt_se()496 WARN_ON(tg != &root_task_group); in next_task_group()512 for (iter = &root_task_group; \794 if (rt_b == &root_task_group.rt_bandwidth) in do_sched_rt_period_timer()2572 WARN_ON(!rt_group_sched_enabled() && rt_rq->tg != &root_task_group); in task_is_throttled_rt()2679 if (WARN_ON(!rt_group_sched_enabled() && tg != &root_task_group)) in tg_rt_schedulable()2737 if (tg == &root_task_group && rt_runtime == 0) in tg_set_rt_bandwidth()
1618 if (task_group(p) == &root_task_group) in uclamp_tg_restrict()1896 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()1904 cpu_util_update_eff(&root_task_group.css); in uclamp_update_root_tg()2057 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()2058 root_task_group.uclamp[clamp_id] = uc_max; in init_uclamp()8588 struct task_group root_task_group; variable8622 root_task_group.se = (struct sched_entity **)ptr; in sched_init()8625 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init()8628 root_task_group.shares = ROOT_TASK_GROUP_LOAD; in sched_init()8629 init_cfs_bandwidth(&root_task_group.cfs_bandwidth, NULL); in sched_init()[all …]
557 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()2269 tg = &root_task_group; in set_task_rq()
3543 css_for_each_descendant_post(css, &root_task_group.css) { in scx_cgroup_exit()3567 css_for_each_descendant_pre(css, &root_task_group.css) { in scx_cgroup_init()
4100 if (cfs_rq->tg == &root_task_group) in update_tg_load_avg()4131 if (cfs_rq->tg == &root_task_group) in clear_tg_load_avg()13799 if (tg == &root_task_group) in sched_group_set_idle()
29 extern struct task_group root_task_group;