Lines Matching refs:P
453 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() macro
483 P(se->load.weight); in print_cfs_group_stats()
485 P(se->avg.load_avg); in print_cfs_group_stats()
486 P(se->avg.util_avg); in print_cfs_group_stats()
487 P(se->avg.runnable_avg); in print_cfs_group_stats()
493 #undef P in print_cfs_group_stats()
675 #define P(x) \ in print_rt_rq() macro
686 P(rt_throttled); in print_rt_rq()
692 #undef P in print_rt_rq()
733 #define P(x) \ in print_cpu() macro
744 P(nr_running); in print_cpu()
745 P(nr_switches); in print_cpu()
746 P(nr_uninterruptible); in print_cpu()
751 #undef P in print_cpu()
761 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
763 P(yld_count); in print_cpu()
764 P(sched_count); in print_cpu()
765 P(sched_goidle); in print_cpu()
766 P(ttwu_count); in print_cpu()
767 P(ttwu_local); in print_cpu()
769 #undef P in print_cpu()
801 #define P(x) \ in sched_debug_header() macro
808 P(jiffies); in sched_debug_header()
810 P(sched_clock_stable()); in sched_debug_header()
813 #undef P in sched_debug_header()
818 #define P(x) \ in sched_debug_header() macro
826 P(sysctl_sched_child_runs_first); in sched_debug_header()
827 P(sysctl_sched_features); in sched_debug_header()
829 #undef P in sched_debug_header()
915 #define P(F) __PS(#F, p->F) macro
937 P(mm->numa_scan_seq); in sched_show_numa()
939 P(numa_pages_migrated); in sched_show_numa()
940 P(numa_preferred_nid); in sched_show_numa()
941 P(total_numa_faults); in sched_show_numa()
968 P(se.nr_migrations); in proc_sched_show_task()
1028 P(se.load.weight); in proc_sched_show_task()
1030 P(se.avg.load_sum); in proc_sched_show_task()
1031 P(se.avg.runnable_sum); in proc_sched_show_task()
1032 P(se.avg.util_sum); in proc_sched_show_task()
1033 P(se.avg.load_avg); in proc_sched_show_task()
1034 P(se.avg.runnable_avg); in proc_sched_show_task()
1035 P(se.avg.util_avg); in proc_sched_show_task()
1036 P(se.avg.last_update_time); in proc_sched_show_task()
1037 P(se.avg.util_est.ewma); in proc_sched_show_task()
1046 P(policy); in proc_sched_show_task()
1047 P(prio); in proc_sched_show_task()
1049 P(dl.runtime); in proc_sched_show_task()
1050 P(dl.deadline); in proc_sched_show_task()