Home
last modified time | relevance | path

Searched defs:task_group (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/kernel/sched/
Dsched.h360 struct task_group { struct
361 struct cgroup_subsys_state css;
365 struct sched_entity **se;
390 struct task_group *parent; argument
391 struct list_head siblings;
392 struct list_head children;
416 typedef int (*tg_visitor)(struct task_group *, void *); argument
1291 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
1318 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
/kernel/linux/linux-5.10/kernel/sched/
Dsched.h436 struct task_group { struct
437 struct cgroup_subsys_state css;
441 struct sched_entity **se;
466 struct task_group *parent; argument
467 struct list_head siblings;
468 struct list_head children;
471 struct autogroup *autogroup;
474 struct cfs_bandwidth cfs_bandwidth;
478 unsigned int uclamp_pct[UCLAMP_CNT];
480 struct uclamp_se uclamp_req[UCLAMP_CNT];
[all …]