Lines Matching refs:tg
449 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats() argument
451 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats()
501 static void task_group_path(struct task_group *tg, char *path, int plen) in task_group_path() argument
503 if (autogroup_path(tg, path, plen)) in task_group_path()
506 cgroup_path(tg->css.cgroup, path, plen); in task_group_path()
516 #define SEQ_printf_task_group_path(m, tg, fmt...) \ argument
519 task_group_path(tg, group_path, sizeof(group_path)); \
525 task_group_path(tg, buf, bufend - buf); \
593 SEQ_printf_task_group_path(m, cfs_rq->tg, "cfs_rq[%d]:%s\n", cpu); in print_cfs_rq()
650 atomic_long_read(&cfs_rq->tg->load_avg)); in print_cfs_rq()
661 print_cfs_group_stats(m, cpu, cfs_rq->tg); in print_cfs_rq()
669 SEQ_printf_task_group_path(m, rt_rq->tg, "rt_rq[%d]:%s\n", cpu); in print_rt_rq()