Lines Matching defs:task_group
437 struct task_group { struct
438 struct cgroup_subsys_state css;
442 int idle;
447 struct sched_entity **se;
449 struct cfs_rq **cfs_rq;
450 unsigned long shares;
476 struct task_group *parent; argument
477 struct list_head siblings;
478 struct list_head children;
481 struct autogroup *autogroup;
484 struct cfs_bandwidth cfs_bandwidth;
488 unsigned int uclamp_pct[UCLAMP_CNT];
512 typedef int (*tg_visitor)(struct task_group *, void *); argument
2151 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
2180 static inline struct task_group *task_group(struct task_struct *p) in task_group() function