Lines Matching defs:task_group
355 struct task_group { struct
356 struct cgroup_subsys_state css;
360 struct sched_entity **se;
385 struct task_group *parent; argument
386 struct list_head siblings;
387 struct list_head children;
390 struct autogroup *autogroup;
393 struct cfs_bandwidth cfs_bandwidth;
397 unsigned int uclamp_pct[UCLAMP_CNT];
421 typedef int (*tg_visitor)(struct task_group *, void *); argument
1490 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
1517 static inline struct task_group *task_group(struct task_struct *p) in task_group() function