Lines Matching defs:task_group
432 struct task_group { struct
433 struct cgroup_subsys_state css;
437 int idle;
442 struct sched_entity **se;
444 struct cfs_rq **cfs_rq;
445 unsigned long shares;
471 struct task_group *parent; argument
472 struct list_head siblings;
473 struct list_head children;
476 struct autogroup *autogroup;
479 struct cfs_bandwidth cfs_bandwidth;
483 unsigned int uclamp_pct[UCLAMP_CNT];
507 typedef int (*tg_visitor)(struct task_group *, void *); argument
2132 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
2161 static inline struct task_group *task_group(struct task_struct *p) in task_group() function