Home
last modified time | relevance | path

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

/linux/init/
H A Dinit_task.c102 .sched_task_group = &root_task_group,
/linux/include/linux/
H A Dsched.h854 struct task_group *sched_task_group; member
/linux/kernel/sched/
H A Dcore.c4795 p->sched_task_group = tg; in sched_cgroup_fork()
9028 tsk->sched_task_group = group; in sched_change_group()
9060 if (group == tsk->sched_task_group) in sched_move_task()
H A Dsched.h2123 return p->sched_task_group; in task_group()
H A Dext.c7532 struct task_group *tg = p->sched_task_group; in scx_bpf_task_cgroup()