Home
last modified time | relevance | path

Searched refs:P_SCHEDSTAT (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddebug.c434 #define P_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)schedstat_val(F)) in print_cfs_group_stats() macro
455 P_SCHEDSTAT(se->statistics.wait_count); in print_cfs_group_stats()
467 #undef P_SCHEDSTAT in print_cfs_group_stats()
936 #define P_SCHEDSTAT(F) __PS(#F, schedstat_val(p->F)) in proc_sched_show_task() macro
960 P_SCHEDSTAT(se.statistics.wait_count); in proc_sched_show_task()
962 P_SCHEDSTAT(se.statistics.iowait_count); in proc_sched_show_task()
963 P_SCHEDSTAT(se.statistics.nr_migrations_cold); in proc_sched_show_task()
964 P_SCHEDSTAT(se.statistics.nr_failed_migrations_affine); in proc_sched_show_task()
965 P_SCHEDSTAT(se.statistics.nr_failed_migrations_running); in proc_sched_show_task()
966 P_SCHEDSTAT(se.statistics.nr_failed_migrations_hot); in proc_sched_show_task()
[all …]