Lines Matching refs:se
656 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats() local
665 if (!se) in print_cfs_group_stats()
668 PN(se->exec_start); in print_cfs_group_stats()
669 PN(se->vruntime); in print_cfs_group_stats()
670 PN(se->sum_exec_runtime); in print_cfs_group_stats()
674 stats = __schedstats_from_se(se); in print_cfs_group_stats()
688 P(se->load.weight); in print_cfs_group_stats()
690 P(se->avg.load_avg); in print_cfs_group_stats()
691 P(se->avg.util_avg); in print_cfs_group_stats()
692 P(se->avg.runnable_avg); in print_cfs_group_stats()
747 SPLIT_NS(p->se.vruntime), in print_task()
748 entity_eligible(cfs_rq_of(&p->se), &p->se) ? 'E' : 'N', in print_task()
749 SPLIT_NS(p->se.deadline), in print_task()
750 p->se.custom_slice ? 'S' : ' ', in print_task()
751 SPLIT_NS(p->se.slice), in print_task()
752 SPLIT_NS(p->se.sum_exec_runtime), in print_task()
1179 PN(se.exec_start); in proc_sched_show_task()
1180 PN(se.vruntime); in proc_sched_show_task()
1181 PN(se.sum_exec_runtime); in proc_sched_show_task()
1185 P(se.nr_migrations); in proc_sched_show_task()
1219 avg_atom = p->se.sum_exec_runtime; in proc_sched_show_task()
1225 avg_per_cpu = p->se.sum_exec_runtime; in proc_sched_show_task()
1226 if (p->se.nr_migrations) { in proc_sched_show_task()
1228 p->se.nr_migrations); in proc_sched_show_task()
1245 P(se.load.weight); in proc_sched_show_task()
1247 P(se.avg.load_sum); in proc_sched_show_task()
1248 P(se.avg.runnable_sum); in proc_sched_show_task()
1249 P(se.avg.util_sum); in proc_sched_show_task()
1250 P(se.avg.load_avg); in proc_sched_show_task()
1251 P(se.avg.runnable_avg); in proc_sched_show_task()
1252 P(se.avg.util_avg); in proc_sched_show_task()
1253 P(se.avg.last_update_time); in proc_sched_show_task()
1254 PM(se.avg.util_est, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()
1268 P(se.slice); in proc_sched_show_task()