Lines Matching refs:P
495 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() macro
525 P(se->load.weight); in print_cfs_group_stats()
527 P(se->avg.load_avg); in print_cfs_group_stats()
528 P(se->avg.util_avg); in print_cfs_group_stats()
529 P(se->avg.runnable_avg); in print_cfs_group_stats()
535 #undef P in print_cfs_group_stats()
719 #define P(x) \ in print_rt_rq() macro
730 P(rt_throttled); in print_rt_rq()
736 #undef P in print_rt_rq()
777 #define P(x) \ in print_cpu() macro
788 P(nr_running); in print_cpu()
789 P(nr_switches); in print_cpu()
790 P(nr_uninterruptible); in print_cpu()
795 #undef P in print_cpu()
805 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
807 P(yld_count); in print_cpu()
808 P(sched_count); in print_cpu()
809 P(sched_goidle); in print_cpu()
810 P(ttwu_count); in print_cpu()
811 P(ttwu_local); in print_cpu()
813 #undef P in print_cpu()
845 #define P(x) \ in sched_debug_header() macro
852 P(jiffies); in sched_debug_header()
854 P(sched_clock_stable()); in sched_debug_header()
857 #undef P in sched_debug_header()
862 #define P(x) \ in sched_debug_header() macro
867 P(sysctl_sched_child_runs_first); in sched_debug_header()
868 P(sysctl_sched_features); in sched_debug_header()
870 #undef P in sched_debug_header()
956 #define P(F) __PS(#F, p->F) macro
978 P(mm->numa_scan_seq); in sched_show_numa()
980 P(numa_pages_migrated); in sched_show_numa()
981 P(numa_preferred_nid); in sched_show_numa()
982 P(total_numa_faults); in sched_show_numa()
1009 P(se.nr_migrations); in proc_sched_show_task()
1069 P(se.load.weight); in proc_sched_show_task()
1071 P(se.avg.load_sum); in proc_sched_show_task()
1072 P(se.avg.runnable_sum); in proc_sched_show_task()
1073 P(se.avg.util_sum); in proc_sched_show_task()
1074 P(se.avg.load_avg); in proc_sched_show_task()
1075 P(se.avg.runnable_avg); in proc_sched_show_task()
1076 P(se.avg.util_avg); in proc_sched_show_task()
1077 P(se.avg.last_update_time); in proc_sched_show_task()
1078 P(se.avg.util_est.ewma); in proc_sched_show_task()
1087 P(policy); in proc_sched_show_task()
1088 P(prio); in proc_sched_show_task()
1090 P(dl.runtime); in proc_sched_show_task()
1091 P(dl.deadline); in proc_sched_show_task()