Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dauto_group.c16 autogroup_default.tg = &root_task_group; in autogroup_init()
73 tg = sched_create_group(&root_task_group); in autogroup_create()
91 tg->rt_se = root_task_group.rt_se; in autogroup_create()
92 tg->rt_rq = root_task_group.rt_rq; in autogroup_create()
96 sched_online_group(tg, &root_task_group); in autogroup_create()
112 if (tg != &root_task_group) in task_wants_autogroup()
Dcore.c7358 struct task_group root_task_group; variable
7379 root_task_group.se = (struct sched_entity **)ptr; in sched_init()
7382 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init()
7387 root_task_group.rt_se = (struct sched_rt_entity **)ptr; in sched_init()
7390 root_task_group.rt_rq = (struct rt_rq **)ptr; in sched_init()
7412 init_rt_bandwidth(&root_task_group.rt_bandwidth, in sched_init()
7417 list_add(&root_task_group.list, &task_groups); in sched_init()
7418 INIT_LIST_HEAD(&root_task_group.children); in sched_init()
7419 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init()
7436 root_task_group.shares = ROOT_TASK_GROUP_LOAD; in sched_init()
[all …]
Dsched.h304 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
Drt.c827 if (rt_b == &root_task_group.rt_bandwidth) in do_sched_rt_period_timer()
/linux-4.4.14/include/linux/
Dinit_task.h133 extern struct task_group root_task_group;
137 .sched_task_group = &root_task_group,
Dsched.h3117 extern struct task_group root_task_group;