Lines Matching defs:task_group
377 struct task_group { struct
378 struct cgroup_subsys_state css;
382 struct sched_entity **se;
384 struct cfs_rq **cfs_rq;
385 unsigned long shares;
410 struct task_group *parent; argument
411 struct list_head siblings;
412 struct list_head children;
415 struct autogroup *autogroup;
418 struct cfs_bandwidth cfs_bandwidth;
422 unsigned int uclamp_pct[UCLAMP_CNT];
446 typedef int (*tg_visitor)(struct task_group *, void *); argument
2021 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
2049 static inline struct task_group *task_group(struct task_struct *p) in task_group() function