Lines Matching defs:task_group
389 struct task_group { struct
390 struct cgroup_subsys_state css;
394 struct sched_entity **se;
396 struct cfs_rq **cfs_rq;
397 unsigned long shares;
422 struct task_group *parent; argument
423 struct list_head siblings;
424 struct list_head children;
427 struct autogroup *autogroup;
430 struct cfs_bandwidth cfs_bandwidth;
434 unsigned int uclamp_pct[UCLAMP_CNT];
458 typedef int (*tg_visitor)(struct task_group *, void *); argument
1885 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
1912 static inline struct task_group *task_group(struct task_struct *p) in task_group() function