Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dautogroup.c14 autogroup_default.tg = &root_task_group; in autogroup_init()
71 tg = sched_create_group(&root_task_group); in autogroup_create()
88 tg->rt_se = root_task_group.rt_se; in autogroup_create()
89 tg->rt_rq = root_task_group.rt_rq; in autogroup_create()
93 sched_online_group(tg, &root_task_group); in autogroup_create()
109 if (tg != &root_task_group) in task_wants_autogroup()
Dcore.c5900 struct task_group root_task_group; variable
5927 root_task_group.se = (struct sched_entity **)ptr; in sched_init()
5930 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init()
5935 root_task_group.rt_se = (struct sched_rt_entity **)ptr; in sched_init()
5938 root_task_group.rt_rq = (struct rt_rq **)ptr; in sched_init()
5960 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()
5967 list_add(&root_task_group.list, &task_groups); in sched_init()
5968 INIT_LIST_HEAD(&root_task_group.children); in sched_init()
5969 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init()
5985 root_task_group.shares = ROOT_TASK_GROUP_LOAD; in sched_init()
[all …]
Drt.c827 if (rt_b == &root_task_group.rt_bandwidth) in do_sched_rt_period_timer()
2522 if (tg == &root_task_group && rt_runtime == 0) in tg_set_rt_bandwidth()
Dsched.h424 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
Dfair.c3083 if (cfs_rq->tg == &root_task_group) in update_tg_load_avg()
/Linux-v4.19/include/linux/sched/
Dautogroup.h29 extern struct task_group root_task_group;
/Linux-v4.19/init/
Dinit_task.c93 .sched_task_group = &root_task_group,