Lines Matching refs:tg
751 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats() argument
753 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats()
801 static void task_group_path(struct task_group *tg, char *path, int plen) in task_group_path() argument
803 if (autogroup_path(tg, path, plen)) in task_group_path()
806 cgroup_path(tg->css.cgroup, path, plen); in task_group_path()
816 #define SEQ_printf_task_group_path(m, tg, fmt...) \ argument
819 task_group_path(tg, group_path, sizeof(group_path)); \
825 task_group_path(tg, buf, bufend - buf); \
916 SEQ_printf_task_group_path(m, cfs_rq->tg, "cfs_rq[%d]:%s\n", cpu); in print_cfs_rq()
979 atomic_long_read(&cfs_rq->tg->load_avg)); in print_cfs_rq()
989 print_cfs_group_stats(m, cpu, cfs_rq->tg); in print_cfs_rq()
997 SEQ_printf_task_group_path(m, rt_rq->tg, "rt_rq[%d]:%s\n", cpu); in print_rt_rq()