Lines Matching refs:se
493 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats() local
502 if (!se) in print_cfs_group_stats()
505 PN(se->exec_start); in print_cfs_group_stats()
506 PN(se->vruntime); in print_cfs_group_stats()
507 PN(se->sum_exec_runtime); in print_cfs_group_stats()
511 stats = __schedstats_from_se(se); in print_cfs_group_stats()
525 P(se->load.weight); in print_cfs_group_stats()
527 P(se->avg.load_avg); in print_cfs_group_stats()
528 P(se->avg.util_avg); in print_cfs_group_stats()
529 P(se->avg.runnable_avg); in print_cfs_group_stats()
584 SPLIT_NS(p->se.vruntime), in print_task()
585 entity_eligible(cfs_rq_of(&p->se), &p->se) ? 'E' : 'N', in print_task()
586 SPLIT_NS(p->se.deadline), in print_task()
587 SPLIT_NS(p->se.slice), in print_task()
588 SPLIT_NS(p->se.sum_exec_runtime), in print_task()
594 SPLIT_NS(p->se.sum_exec_runtime), in print_task()
1003 PN(se.exec_start); in proc_sched_show_task()
1004 PN(se.vruntime); in proc_sched_show_task()
1005 PN(se.sum_exec_runtime); in proc_sched_show_task()
1009 P(se.nr_migrations); in proc_sched_show_task()
1043 avg_atom = p->se.sum_exec_runtime; in proc_sched_show_task()
1049 avg_per_cpu = p->se.sum_exec_runtime; in proc_sched_show_task()
1050 if (p->se.nr_migrations) { in proc_sched_show_task()
1052 p->se.nr_migrations); in proc_sched_show_task()
1069 P(se.load.weight); in proc_sched_show_task()
1071 P(se.avg.load_sum); in proc_sched_show_task()
1072 P(se.avg.runnable_sum); in proc_sched_show_task()
1073 P(se.avg.util_sum); in proc_sched_show_task()
1074 P(se.avg.load_avg); in proc_sched_show_task()
1075 P(se.avg.runnable_avg); in proc_sched_show_task()
1076 P(se.avg.util_avg); in proc_sched_show_task()
1077 P(se.avg.last_update_time); in proc_sched_show_task()
1078 P(se.avg.util_est.ewma); in proc_sched_show_task()
1079 PM(se.avg.util_est.enqueued, ~UTIL_AVG_UNCHANGED); in proc_sched_show_task()