Home
last modified time | relevance | path

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

/linux-6.6.21/init/
Dinit_task.c103 .sched_task_group = &root_task_group,
/linux-6.6.21/include/linux/
Dsched.h806 struct task_group *sched_task_group; member
/linux-6.6.21/kernel/sched/
Dsched.h2003 return p->sched_task_group; in task_group()
Dcore.c4810 p->sched_task_group = tg; in sched_cgroup_fork()
10482 tsk->sched_task_group = group; in sched_change_group()
10513 if (group == tsk->sched_task_group) in sched_move_task()