Lines Matching defs:task_group
431 struct task_group { struct
432 struct cgroup_subsys_state css;
436 int idle;
441 struct sched_entity **se;
443 struct cfs_rq **cfs_rq;
444 unsigned long shares;
470 struct task_group *parent; argument
471 struct list_head siblings;
472 struct list_head children;
475 struct autogroup *autogroup;
478 struct cfs_bandwidth cfs_bandwidth;
482 unsigned int uclamp_pct[UCLAMP_CNT];
506 typedef int (*tg_visitor)(struct task_group *, void *); argument
2129 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
2158 static inline struct task_group *task_group(struct task_struct *p) in task_group() function