Lines Matching defs:task_group
391 struct task_group { struct
392 struct cgroup_subsys_state css;
396 struct sched_entity **se;
398 struct cfs_rq **cfs_rq;
399 unsigned long shares;
424 struct task_group *parent; argument
425 struct list_head siblings;
426 struct list_head children;
429 struct autogroup *autogroup;
432 struct cfs_bandwidth cfs_bandwidth;
436 unsigned int uclamp_pct[UCLAMP_CNT];
460 typedef int (*tg_visitor)(struct task_group *, void *); argument
1872 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
1899 static inline struct task_group *task_group(struct task_struct *p) in task_group() function