Lines Matching refs:P
451 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() macro
481 P(se->load.weight); in print_cfs_group_stats()
483 P(se->avg.load_avg); in print_cfs_group_stats()
484 P(se->avg.util_avg); in print_cfs_group_stats()
485 P(se->avg.runnable_avg); in print_cfs_group_stats()
491 #undef P in print_cfs_group_stats()
673 #define P(x) \ in print_rt_rq() macro
684 P(rt_throttled); in print_rt_rq()
690 #undef P in print_rt_rq()
731 #define P(x) \ in print_cpu() macro
742 P(nr_running); in print_cpu()
743 P(nr_switches); in print_cpu()
744 P(nr_uninterruptible); in print_cpu()
749 #undef P in print_cpu()
759 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
761 P(yld_count); in print_cpu()
762 P(sched_count); in print_cpu()
763 P(sched_goidle); in print_cpu()
764 P(ttwu_count); in print_cpu()
765 P(ttwu_local); in print_cpu()
767 #undef P in print_cpu()
799 #define P(x) \ in sched_debug_header() macro
806 P(jiffies); in sched_debug_header()
808 P(sched_clock_stable()); in sched_debug_header()
811 #undef P in sched_debug_header()
816 #define P(x) \ in sched_debug_header() macro
824 P(sysctl_sched_child_runs_first); in sched_debug_header()
825 P(sysctl_sched_features); in sched_debug_header()
827 #undef P in sched_debug_header()
913 #define P(F) __PS(#F, p->F) macro
937 P(mm->numa_scan_seq); in sched_show_numa()
946 P(numa_pages_migrated); in sched_show_numa()
947 P(numa_preferred_nid); in sched_show_numa()
948 P(total_numa_faults); in sched_show_numa()
976 P(se.nr_migrations); in proc_sched_show_task()
1032 P(se.load.weight); in proc_sched_show_task()
1034 P(se.avg.load_sum); in proc_sched_show_task()
1035 P(se.avg.runnable_sum); in proc_sched_show_task()
1036 P(se.avg.util_sum); in proc_sched_show_task()
1037 P(se.avg.load_avg); in proc_sched_show_task()
1038 P(se.avg.runnable_avg); in proc_sched_show_task()
1039 P(se.avg.util_avg); in proc_sched_show_task()
1040 P(se.avg.last_update_time); in proc_sched_show_task()
1041 P(se.avg.util_est.ewma); in proc_sched_show_task()
1050 P(policy); in proc_sched_show_task()
1051 P(prio); in proc_sched_show_task()
1053 P(dl.runtime); in proc_sched_show_task()
1054 P(dl.deadline); in proc_sched_show_task()