Home
last modified time | relevance | path

Searched defs:task_group (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/sched/
Dsched.h432 struct task_group { struct
433 struct cgroup_subsys_state css;
437 int idle;
442 struct sched_entity **se;
444 struct cfs_rq **cfs_rq;
445 unsigned long shares;
471 struct task_group *parent; argument
472 struct list_head siblings;
473 struct list_head children;
476 struct autogroup *autogroup;
[all …]