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 …]
395 struct task_group { struct396 struct cgroup_subsys_state css;400 struct sched_entity **se;402 struct cfs_rq **cfs_rq;403 unsigned long shares;428 struct task_group *parent; argument429 struct list_head siblings;430 struct list_head children;433 struct autogroup *autogroup;436 struct cfs_bandwidth cfs_bandwidth;[all …]