Lines Matching refs:P
655 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() macro
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()
695 #undef P in print_cfs_group_stats()
896 #define P(x) \ in print_rt_rq() macro
906 P(rt_throttled); in print_rt_rq()
913 #undef P in print_rt_rq()
953 #define P(x) \ in print_cpu() macro
964 P(nr_running); in print_cpu()
965 P(nr_switches); in print_cpu()
966 P(nr_uninterruptible); in print_cpu()
971 #undef P in print_cpu()
981 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
983 P(yld_count); in print_cpu()
984 P(sched_count); in print_cpu()
985 P(sched_goidle); in print_cpu()
986 P(ttwu_count); in print_cpu()
987 P(ttwu_local); in print_cpu()
989 #undef P in print_cpu()
1021 #define P(x) \ in sched_debug_header() macro
1028 P(jiffies); in sched_debug_header()
1030 P(sched_clock_stable()); in sched_debug_header()
1033 #undef P in sched_debug_header()
1038 #define P(x) \ in sched_debug_header() macro
1043 P(sysctl_sched_features); in sched_debug_header()
1045 #undef P in sched_debug_header()
1131 #define P(F) __PS(#F, p->F) macro
1153 P(mm->numa_scan_seq); in sched_show_numa()
1155 P(numa_pages_migrated); in sched_show_numa()
1156 P(numa_preferred_nid); in sched_show_numa()
1157 P(total_numa_faults); in sched_show_numa()
1184 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()
1261 P(policy); in proc_sched_show_task()
1262 P(prio); in proc_sched_show_task()
1264 P(dl.runtime); in proc_sched_show_task()
1265 P(dl.deadline); in proc_sched_show_task()