Lines Matching refs:P

658 #define P(F)		SEQ_printf(m, "  .%-30s: %lld\n",	#F, (long long)F)  in print_cfs_group_stats()  macro
688 P(se->load.weight); in print_cfs_group_stats()
690 P(se->avg.load_avg); in print_cfs_group_stats()
691 P(se->avg.util_avg); in print_cfs_group_stats()
692 P(se->avg.runnable_avg); in print_cfs_group_stats()
698 #undef P in print_cfs_group_stats()
897 #define P(x) \ in print_rt_rq() macro
907 P(rt_throttled); in print_rt_rq()
914 #undef P in print_rt_rq()
954 #define P(x) \ in print_cpu() macro
965 P(nr_running); in print_cpu()
966 P(nr_switches); in print_cpu()
967 P(nr_uninterruptible); in print_cpu()
972 #undef P in print_cpu()
982 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
984 P(yld_count); in print_cpu()
985 P(sched_count); in print_cpu()
986 P(sched_goidle); in print_cpu()
987 P(ttwu_count); in print_cpu()
988 P(ttwu_local); in print_cpu()
990 #undef P in print_cpu()
1022 #define P(x) \ in sched_debug_header() macro
1029 P(jiffies); in sched_debug_header()
1031 P(sched_clock_stable()); in sched_debug_header()
1034 #undef P in sched_debug_header()
1039 #define P(x) \ in sched_debug_header() macro
1044 P(sysctl_sched_features); in sched_debug_header()
1046 #undef P in sched_debug_header()
1132 #define P(F) __PS(#F, p->F) macro
1154 P(mm->numa_scan_seq); in sched_show_numa()
1156 P(numa_pages_migrated); in sched_show_numa()
1157 P(numa_preferred_nid); in sched_show_numa()
1158 P(total_numa_faults); in sched_show_numa()
1185 P(se.nr_migrations); in proc_sched_show_task()
1245 P(se.load.weight); in proc_sched_show_task()
1247 P(se.avg.load_sum); in proc_sched_show_task()
1248 P(se.avg.runnable_sum); in proc_sched_show_task()
1249 P(se.avg.util_sum); in proc_sched_show_task()
1250 P(se.avg.load_avg); in proc_sched_show_task()
1251 P(se.avg.runnable_avg); in proc_sched_show_task()
1252 P(se.avg.util_avg); in proc_sched_show_task()
1253 P(se.avg.last_update_time); in proc_sched_show_task()
1262 P(policy); in proc_sched_show_task()
1263 P(prio); in proc_sched_show_task()
1265 P(dl.runtime); in proc_sched_show_task()
1266 P(dl.deadline); in proc_sched_show_task()
1268 P(se.slice); in proc_sched_show_task()