Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h437 struct task_group { struct
438 struct cgroup_subsys_state css;
442 int idle;
447 struct sched_entity **se;
449 struct cfs_rq **cfs_rq;
450 unsigned long shares;
476 struct task_group *parent; argument
477 struct list_head siblings;
478 struct list_head children;
481 struct autogroup *autogroup;
[all …]