Lines Matching refs:tg
62 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats() argument
64 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats()
111 static char *task_group_path(struct task_group *tg) in task_group_path() argument
113 if (autogroup_path(tg, group_path, PATH_MAX)) in task_group_path()
116 return cgroup_path(tg->css.cgroup, group_path, PATH_MAX); in task_group_path()
182 SEQ_printf(m, "\ncfs_rq[%d]:%s\n", cpu, task_group_path(cfs_rq->tg)); in print_cfs_rq()
227 atomic_long_read(&cfs_rq->tg->load_avg)); in print_cfs_rq()
229 atomic_read(&cfs_rq->tg->runnable_avg)); in print_cfs_rq()
234 cfs_rq->tg->cfs_bandwidth.timer_active); in print_cfs_rq()
242 print_cfs_group_stats(m, cpu, cfs_rq->tg); in print_cfs_rq()
249 SEQ_printf(m, "\nrt_rq[%d]:%s\n", cpu, task_group_path(rt_rq->tg)); in print_rt_rq()