Lines Matching refs:se
451 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats() local
460 if (!se) in print_cfs_group_stats()
463 PN(se->exec_start); in print_cfs_group_stats()
464 PN(se->vruntime); in print_cfs_group_stats()
465 PN(se->sum_exec_runtime); in print_cfs_group_stats()
469 stats = __schedstats_from_se(se); in print_cfs_group_stats()
483 P(se->load.weight); in print_cfs_group_stats()
485 P(se->avg.load_avg); in print_cfs_group_stats()
486 P(se->avg.util_avg); in print_cfs_group_stats()
487 P(se->avg.runnable_avg); in print_cfs_group_stats()
542 SPLIT_NS(p->se.vruntime), in print_task()
548 SPLIT_NS(p->se.sum_exec_runtime), in print_task()
962 PN(se.exec_start); in proc_sched_show_task()
963 PN(se.vruntime); in proc_sched_show_task()
964 PN(se.sum_exec_runtime); in proc_sched_show_task()
968 P(se.nr_migrations); in proc_sched_show_task()
1002 avg_atom = p->se.sum_exec_runtime; in proc_sched_show_task()
1008 avg_per_cpu = p->se.sum_exec_runtime; in proc_sched_show_task()
1009 if (p->se.nr_migrations) { in proc_sched_show_task()
1011 p->se.nr_migrations); in proc_sched_show_task()
1028 P(se.load.weight); in proc_sched_show_task()
1030 P(se.avg.load_sum); in proc_sched_show_task()
1031 P(se.avg.runnable_sum); in proc_sched_show_task()
1032 P(se.avg.util_sum); in proc_sched_show_task()
1033 P(se.avg.load_avg); in proc_sched_show_task()
1034 P(se.avg.runnable_avg); in proc_sched_show_task()
1035 P(se.avg.util_avg); in proc_sched_show_task()
1036 P(se.avg.last_update_time); in proc_sched_show_task()
1037 P(se.avg.util_est.ewma); in proc_sched_show_task()
1038 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()