Home
last modified time | relevance | path

Searched refs:root_task_group (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/sched/
H A Dautogroup.c37 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()
H A Dcore.c1676 if (task_group(p) == &root_task_group) in uclamp_tg_restrict()
1954 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()
1962 cpu_util_update_eff(&root_task_group.css); in uclamp_update_root_tg()
2115 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()
2116 root_task_group.uclamp[clamp_id] = uc_max; in init_uclamp()
8867 struct task_group root_task_group; variable
8901 root_task_group.se = (struct sched_entity **)ptr; in sched_init()
8904 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init()
8907 root_task_group.shares = ROOT_TASK_GROUP_LOAD; in sched_init()
8908 init_cfs_bandwidth(&root_task_group.cfs_bandwidth, NULL); in sched_init()
[all …]
H A Dsched.h557 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
2291 tg = &root_task_group; in set_task_rq()
H A Dfair.c4385 if (cfs_rq->tg == &root_task_group) in update_tg_load_avg()
4416 if (cfs_rq->tg == &root_task_group) in clear_tg_load_avg()
14125 if (tg == &root_task_group) in sched_group_set_idle()
/linux/include/linux/sched/
H A Dautogroup.h29 extern struct task_group root_task_group;