Searched refs:root_task_group (Results 1 – 7 of 7) sorted by relevance
35 autogroup_default.tg = &root_task_group; in autogroup_init()93 tg = sched_create_group(&root_task_group); in autogroup_create()110 tg->rt_se = root_task_group.rt_se; in autogroup_create()111 tg->rt_rq = root_task_group.rt_rq; in autogroup_create()115 sched_online_group(tg, &root_task_group); in autogroup_create()131 if (tg != &root_task_group) in task_wants_autogroup()
1505 if (task_group(p) == &root_task_group) in uclamp_tg_restrict()1777 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()1785 cpu_util_update_eff(&root_task_group.css); in uclamp_update_root_tg()2042 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()2043 root_task_group.uclamp[clamp_id] = uc_max; in init_uclamp()9926 struct task_group root_task_group; variable9958 root_task_group.se = (struct sched_entity **)ptr; in sched_init()9961 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init()9964 root_task_group.shares = ROOT_TASK_GROUP_LOAD; in sched_init()9965 init_cfs_bandwidth(&root_task_group.cfs_bandwidth, NULL); in sched_init()[all …]
921 if (rt_b == &root_task_group.rt_bandwidth) in do_sched_rt_period_timer()2855 if (tg == &root_task_group && rt_runtime == 0) in tg_set_rt_bandwidth()
445 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
4168 * No need to update load_avg for root_task_group as it is not used. in update_tg_load_avg() 4170 if (cfs_rq->tg == &root_task_group) in update_tg_load_avg() 12956 /* se could be NULL for root_task_group */ in init_tg_cfs_entry() 13030 if (tg == &root_task_group) in sched_group_set_idle()
29 extern struct task_group root_task_group;
103 .sched_task_group = &root_task_group,