Lines Matching defs:task_group
369 struct task_group { struct
370 struct cgroup_subsys_state css;
374 struct sched_entity **se;
376 struct cfs_rq **cfs_rq;
377 unsigned long shares;
402 struct task_group *parent; argument
403 struct list_head siblings;
404 struct list_head children;
407 struct autogroup *autogroup;
410 struct cfs_bandwidth cfs_bandwidth;
414 unsigned int uclamp_pct[UCLAMP_CNT];
438 typedef int (*tg_visitor)(struct task_group *, void *); argument
1941 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
1969 static inline struct task_group *task_group(struct task_struct *p) in task_group() function