Home
last modified time | relevance | path

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

/linux-6.15/init/
H A Dinit_task.c102 .sched_task_group = &root_task_group,
/linux-6.15/include/linux/
H A Dsched.h882 struct task_group *sched_task_group; member
/linux-6.15/kernel/sched/
H A Dsched.h2131 return p->sched_task_group; in task_group()
H A Dcore.c4802 p->sched_task_group = tg; in sched_cgroup_fork()
9082 tsk->sched_task_group = tg; in sched_change_group()
H A Dext.c7245 struct task_group *tg = p->sched_task_group; in scx_bpf_task_cgroup()