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()2561 WARN_ON(!rt_group_sched_enabled() && rt_rq->tg != &root_task_group); in task_is_throttled_rt()2671 if (WARN_ON(!rt_group_sched_enabled() && tg != &root_task_group)) in tg_rt_schedulable()2729 if (tg == &root_task_group && rt_runtime == 0) in tg_set_rt_bandwidth()
1604 if (task_group(p) == &root_task_group) in uclamp_tg_restrict()1882 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()1890 cpu_util_update_eff(&root_task_group.css); in uclamp_update_root_tg()2043 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()2044 root_task_group.uclamp[clamp_id] = uc_max; in init_uclamp()8536 struct task_group root_task_group; variable8570 root_task_group.se = (struct sched_entity **)ptr; in sched_init()8573 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init()8576 root_task_group.shares = ROOT_TASK_GROUP_LOAD; in sched_init()8577 init_cfs_bandwidth(&root_task_group.cfs_bandwidth, NULL); in sched_init()[all …]
553 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()2199 tg = &root_task_group; in set_task_rq()
3462 css_for_each_descendant_post(css, &root_task_group.css) { in scx_cgroup_exit()3486 css_for_each_descendant_pre(css, &root_task_group.css) { in scx_cgroup_init()
4065 if (cfs_rq->tg == &root_task_group) in update_tg_load_avg()4096 if (cfs_rq->tg == &root_task_group) in clear_tg_load_avg()13802 if (tg == &root_task_group) in sched_group_set_idle()
29 extern struct task_group root_task_group;