Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Ddebug.c496 #define P_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld\n", \ in print_cfs_group_stats() macro
522 P_SCHEDSTAT(wait_count); in print_cfs_group_stats()
534 #undef P_SCHEDSTAT in print_cfs_group_stats()
1000 #define P_SCHEDSTAT(F) __PS(#F, schedstat_val(p->stats.F)) in proc_sched_show_task() macro
1025 P_SCHEDSTAT(wait_count); in proc_sched_show_task()
1027 P_SCHEDSTAT(iowait_count); in proc_sched_show_task()
1028 P_SCHEDSTAT(nr_migrations_cold); in proc_sched_show_task()
1029 P_SCHEDSTAT(nr_failed_migrations_affine); in proc_sched_show_task()
1030 P_SCHEDSTAT(nr_failed_migrations_running); in proc_sched_show_task()
1031 P_SCHEDSTAT(nr_failed_migrations_hot); in proc_sched_show_task()
[all …]