Lines Matching refs:P

450 #define P(F)		SEQ_printf(m, "  .%-30s: %lld\n",	#F, (long long)F)  in print_cfs_group_stats()  macro
475 P(se->load.weight); in print_cfs_group_stats()
477 P(se->avg.load_avg); in print_cfs_group_stats()
478 P(se->avg.util_avg); in print_cfs_group_stats()
479 P(se->avg.runnable_avg); in print_cfs_group_stats()
485 #undef P in print_cfs_group_stats()
664 #define P(x) \ in print_rt_rq() macro
675 P(rt_throttled); in print_rt_rq()
681 #undef P in print_rt_rq()
722 #define P(x) \ in print_cpu() macro
733 P(nr_running); in print_cpu()
734 P(nr_switches); in print_cpu()
735 P(nr_uninterruptible); in print_cpu()
740 #undef P in print_cpu()
750 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
752 P(yld_count); in print_cpu()
753 P(sched_count); in print_cpu()
754 P(sched_goidle); in print_cpu()
755 P(ttwu_count); in print_cpu()
756 P(ttwu_local); in print_cpu()
758 #undef P in print_cpu()
790 #define P(x) \ in sched_debug_header() macro
797 P(jiffies); in sched_debug_header()
799 P(sched_clock_stable()); in sched_debug_header()
802 #undef P in sched_debug_header()
807 #define P(x) \ in sched_debug_header() macro
814 P(sysctl_sched_child_runs_first); in sched_debug_header()
815 P(sysctl_sched_features); in sched_debug_header()
817 #undef P in sched_debug_header()
903 #define P(F) __PS(#F, p->F) macro
927 P(mm->numa_scan_seq); in sched_show_numa()
936 P(numa_pages_migrated); in sched_show_numa()
937 P(numa_preferred_nid); in sched_show_numa()
938 P(total_numa_faults); in sched_show_numa()
966 P(se.nr_migrations); in proc_sched_show_task()
1021 P(se.load.weight); in proc_sched_show_task()
1023 P(se.avg.load_sum); in proc_sched_show_task()
1024 P(se.avg.runnable_sum); in proc_sched_show_task()
1025 P(se.avg.util_sum); in proc_sched_show_task()
1026 P(se.avg.load_avg); in proc_sched_show_task()
1027 P(se.avg.runnable_avg); in proc_sched_show_task()
1028 P(se.avg.util_avg); in proc_sched_show_task()
1029 P(se.avg.last_update_time); in proc_sched_show_task()
1030 P(se.avg.util_est.ewma); in proc_sched_show_task()
1039 P(policy); in proc_sched_show_task()
1040 P(prio); in proc_sched_show_task()
1042 P(dl.runtime); in proc_sched_show_task()
1043 P(dl.deadline); in proc_sched_show_task()