Lines Matching defs:task_group
384 struct task_group { struct
385 struct cgroup_subsys_state css;
389 struct sched_entity **se;
414 struct task_group *parent; argument
415 struct list_head siblings;
416 struct list_head children;
419 struct autogroup *autogroup;
422 struct cfs_bandwidth cfs_bandwidth;
426 unsigned int uclamp_pct[UCLAMP_CNT];
450 typedef int (*tg_visitor)(struct task_group *, void *); argument
1559 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
1586 static inline struct task_group *task_group(struct task_struct *p) in task_group() function