Home
last modified time | relevance | path

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

/kernel/sched/
Dsched.h299 struct task_group { struct
300 struct cgroup_subsys_state css;
304 struct sched_entity **se;
329 struct task_group *parent; argument
330 struct list_head siblings;
331 struct list_head children;
355 typedef int (*tg_visitor)(struct task_group *, void *); argument
1310 static inline struct task_group *task_group(struct task_struct *p) in task_group() function
1337 static inline struct task_group *task_group(struct task_struct *p) in task_group() function