Searched defs:task_group (Results 1 – 2 of 2) sorted by relevance
360 struct task_group { struct361 struct cgroup_subsys_state css;365 struct sched_entity **se;390 struct task_group *parent; argument391 struct list_head siblings;392 struct list_head children;416 typedef int (*tg_visitor)(struct task_group *, void *); argument1291 static inline struct task_group *task_group(struct task_struct *p) in task_group() function1318 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
436 struct task_group { struct437 struct cgroup_subsys_state css;441 struct sched_entity **se;466 struct task_group *parent; argument467 struct list_head siblings;468 struct list_head children;471 struct autogroup *autogroup;474 struct cfs_bandwidth cfs_bandwidth;478 unsigned int uclamp_pct[UCLAMP_CNT];480 struct uclamp_se uclamp_req[UCLAMP_CNT];[all …]