Lines Matching refs:P

755 #define P(F)		SEQ_printf(m, "  .%-30s: %lld\n",	#F, (long long)F)  in print_cfs_group_stats()  macro
785 P(se->load.weight); in print_cfs_group_stats()
786 P(se->avg.load_avg); in print_cfs_group_stats()
787 P(se->avg.util_avg); in print_cfs_group_stats()
788 P(se->avg.runnable_avg); in print_cfs_group_stats()
793 #undef P in print_cfs_group_stats()
1003 #define P(x) \ in print_rt_rq() macro
1013 P(rt_throttled); in print_rt_rq()
1020 #undef P in print_rt_rq()
1056 #define P(x) \ in print_cpu() macro
1067 P(nr_running); in print_cpu()
1068 P(nr_switches); in print_cpu()
1069 P(nr_uninterruptible); in print_cpu()
1074 #undef P in print_cpu()
1082 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
1084 P(yld_count); in print_cpu()
1085 P(sched_count); in print_cpu()
1086 P(sched_goidle); in print_cpu()
1087 P(ttwu_count); in print_cpu()
1088 P(ttwu_local); in print_cpu()
1090 #undef P in print_cpu()
1122 #define P(x) \ in sched_debug_header() macro
1129 P(jiffies); in sched_debug_header()
1131 P(sched_clock_stable()); in sched_debug_header()
1134 #undef P in sched_debug_header()
1139 #define P(x) \ in sched_debug_header() macro
1144 P(sysctl_sched_features); in sched_debug_header()
1146 #undef P in sched_debug_header()
1232 #define P(F) __PS(#F, p->F) macro
1254 P(mm->numa_scan_seq); in sched_show_numa()
1256 P(numa_pages_migrated); in sched_show_numa()
1257 P(numa_preferred_nid); in sched_show_numa()
1258 P(total_numa_faults); in sched_show_numa()
1285 P(se.nr_migrations); in proc_sched_show_task()
1345 P(se.load.weight); in proc_sched_show_task()
1346 P(se.avg.load_sum); in proc_sched_show_task()
1347 P(se.avg.runnable_sum); in proc_sched_show_task()
1348 P(se.avg.util_sum); in proc_sched_show_task()
1349 P(se.avg.load_avg); in proc_sched_show_task()
1350 P(se.avg.runnable_avg); in proc_sched_show_task()
1351 P(se.avg.util_avg); in proc_sched_show_task()
1352 P(se.avg.last_update_time); in proc_sched_show_task()
1360 P(policy); in proc_sched_show_task()
1361 P(prio); in proc_sched_show_task()
1363 P(dl.runtime); in proc_sched_show_task()
1364 P(dl.deadline); in proc_sched_show_task()
1366 P(se.slice); in proc_sched_show_task()