Searched refs:task_group (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | sched.c | 267 struct task_group { struct 294 struct task_group *parent; argument 312 struct task_group root_task_group; argument 358 struct task_group init_task_group; 361 static inline struct task_group *task_group(struct task_struct *p) in task_group() function 363 struct task_group *tg; in task_group() 371 struct task_group, css); in task_group() 382 p->se.cfs_rq = task_group(p)->cfs_rq[cpu]; in set_task_rq() 383 p->se.parent = task_group(p)->se[cpu]; in set_task_rq() 387 p->rt.rt_rq = task_group(p)->rt_rq[cpu]; in set_task_rq() [all …]
|
D | sched_debug.c | 58 struct task_group *tg) in print_cfs_group_stats() 117 cgroup_path(task_group(p)->css.cgroup, path, sizeof(path)); in print_task() 150 static void task_group_path(struct task_group *tg, char *buf, int buflen) in task_group_path() 171 struct task_group *tg = cfs_rq->tg; in print_cfs_rq() 225 struct task_group *tg = rt_rq->tg; in print_rt_rq()
|
D | sched_fair.c | 1126 static long effective_load(struct task_group *tg, int cpu, in effective_load() 1180 static inline unsigned long effective_load(struct task_group *tg, int cpu, in effective_load() 1195 struct task_group *tg; in wake_affine() 1214 tg = task_group(current); in wake_affine() 1221 tg = task_group(p); in wake_affine() 1564 struct task_group *tg; in load_balance_fair()
|
D | sched_rt.c | 156 return container_of(rt_b, struct task_group, rt_bandwidth)->rt_rq[cpu]; in sched_rt_period_rt_rq()
|