Lines Matching defs:tg
809 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg)
811 struct sched_entity *se = tg_se(tg, cpu);
859 static void task_group_path(struct task_group *tg, char *path, int plen)
861 if (autogroup_path(tg, path, plen))
864 cgroup_path(tg->css.cgroup, path, plen);
874 #define SEQ_printf_task_group_path(m, tg, fmt...) \
877 task_group_path(tg, group_path, sizeof(group_path)); \
883 task_group_path(tg, buf, bufend - buf); \
974 SEQ_printf_task_group_path(m, cfs_rq->tg, "cfs_rq[%d]:%s\n", cpu);
1037 atomic_long_read(&cfs_rq->tg->load_avg));
1047 print_cfs_group_stats(m, cpu, cfs_rq->tg);
1055 SEQ_printf_task_group_path(m, rt_rq->tg, "rt_rq[%d]:%s\n", cpu);