Lines Matching defs:task_group
363 struct task_group { struct
364 struct cgroup_subsys_state css;
368 struct sched_entity **se;
370 struct cfs_rq **cfs_rq;
371 unsigned long shares;
396 struct task_group *parent; argument
397 struct list_head siblings;
398 struct list_head children;
401 struct autogroup *autogroup;
404 struct cfs_bandwidth cfs_bandwidth;
408 unsigned int uclamp_pct[UCLAMP_CNT];
432 typedef int (*tg_visitor)(struct task_group *, void *); argument
2001 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
2029 static inline struct task_group *task_group(struct task_struct *p) in task_group() function