Searched defs:task_group (Results 1 – 2 of 2) sorted by relevance
468 struct task_group { struct469 struct cgroup_subsys_state css;473 struct sched_entity **se;498 struct task_group *parent; argument499 struct list_head siblings;500 struct list_head children;503 struct autogroup *autogroup;506 struct cfs_bandwidth cfs_bandwidth;510 unsigned int uclamp_pct[UCLAMP_CNT];512 struct uclamp_se uclamp_req[UCLAMP_CNT];[all …]
448 struct task_group { struct449 struct cgroup_subsys_state css;453 struct sched_entity **se;455 struct cfs_rq **cfs_rq;456 unsigned long shares;481 struct task_group *parent; argument482 struct list_head siblings;483 struct list_head children;486 struct autogroup *autogroup;489 struct cfs_bandwidth cfs_bandwidth;[all …]