Lines Matching refs:se

653 	struct sched_entity *se = tg->se[cpu];  in print_cfs_group_stats()  local
662 if (!se) in print_cfs_group_stats()
665 PN(se->exec_start); in print_cfs_group_stats()
666 PN(se->vruntime); in print_cfs_group_stats()
667 PN(se->sum_exec_runtime); in print_cfs_group_stats()
671 stats = __schedstats_from_se(se); in print_cfs_group_stats()
685 P(se->load.weight); in print_cfs_group_stats()
687 P(se->avg.load_avg); in print_cfs_group_stats()
688 P(se->avg.util_avg); in print_cfs_group_stats()
689 P(se->avg.runnable_avg); in print_cfs_group_stats()
744 SPLIT_NS(p->se.vruntime), in print_task()
745 entity_eligible(cfs_rq_of(&p->se), &p->se) ? 'E' : 'N', in print_task()
746 SPLIT_NS(p->se.deadline), in print_task()
747 p->se.custom_slice ? 'S' : ' ', in print_task()
748 SPLIT_NS(p->se.slice), in print_task()
749 SPLIT_NS(p->se.sum_exec_runtime), in print_task()
1178 PN(se.exec_start); in proc_sched_show_task()
1179 PN(se.vruntime); in proc_sched_show_task()
1180 PN(se.sum_exec_runtime); in proc_sched_show_task()
1184 P(se.nr_migrations); in proc_sched_show_task()
1218 avg_atom = p->se.sum_exec_runtime; in proc_sched_show_task()
1224 avg_per_cpu = p->se.sum_exec_runtime; in proc_sched_show_task()
1225 if (p->se.nr_migrations) { in proc_sched_show_task()
1227 p->se.nr_migrations); in proc_sched_show_task()
1244 P(se.load.weight); in proc_sched_show_task()
1246 P(se.avg.load_sum); in proc_sched_show_task()
1247 P(se.avg.runnable_sum); in proc_sched_show_task()
1248 P(se.avg.util_sum); in proc_sched_show_task()
1249 P(se.avg.load_avg); in proc_sched_show_task()
1250 P(se.avg.runnable_avg); in proc_sched_show_task()
1251 P(se.avg.util_avg); in proc_sched_show_task()
1252 P(se.avg.last_update_time); in proc_sched_show_task()
1253 PM(se.avg.util_est, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()