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.c141 .sched_task_group = &root_task_group,
/linux/include/linux/
H A Dsched.h905 struct task_group *sched_task_group; member
/linux/kernel/sched/
H A Dsched.h2331 return p->sched_task_group; in task_group()
H A Dcore.c4912 p->sched_task_group = tg; in sched_cgroup_fork()
9528 tsk->sched_task_group = tg; in sched_change_group()
/linux/kernel/sched/ext/
H A Dext.c10724 struct task_group *tg = p->sched_task_group; in scx_bpf_task_cgroup()