Lines Matching refs:P

379 #define P(F)		SEQ_printf(m, "  .%-30s: %lld\n",	#F, (long long)F)  in print_cfs_group_stats()  macro
404 P(se->load.weight); in print_cfs_group_stats()
405 P(se->runnable_weight); in print_cfs_group_stats()
407 P(se->avg.load_avg); in print_cfs_group_stats()
408 P(se->avg.util_avg); in print_cfs_group_stats()
409 P(se->avg.runnable_load_avg); in print_cfs_group_stats()
415 #undef P in print_cfs_group_stats()
571 #define P(x) \ in print_rt_rq() macro
582 P(rt_throttled); in print_rt_rq()
588 #undef P in print_rt_rq()
630 #define P(x) \ in print_cpu() macro
641 P(nr_running); in print_cpu()
642 P(nr_switches); in print_cpu()
643 P(nr_load_updates); in print_cpu()
644 P(nr_uninterruptible); in print_cpu()
649 #undef P in print_cpu()
659 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
661 P(yld_count); in print_cpu()
662 P(sched_count); in print_cpu()
663 P(sched_goidle); in print_cpu()
664 P(ttwu_count); in print_cpu()
665 P(ttwu_local); in print_cpu()
667 #undef P in print_cpu()
701 #define P(x) \ in sched_debug_header() macro
708 P(jiffies); in sched_debug_header()
710 P(sched_clock_stable()); in sched_debug_header()
713 #undef P in sched_debug_header()
718 #define P(x) \ in sched_debug_header() macro
725 P(sysctl_sched_child_runs_first); in sched_debug_header()
726 P(sysctl_sched_features); in sched_debug_header()
728 #undef P in sched_debug_header()
815 #define P(F) SEQ_printf(m, "%-45s:%21Ld\n", #F, (long long)p->F) macro
837 P(mm->numa_scan_seq); in sched_show_numa()
846 P(numa_pages_migrated); in sched_show_numa()
847 P(numa_preferred_nid); in sched_show_numa()
848 P(total_numa_faults); in sched_show_numa()
868 #define P(F) \ in proc_sched_show_task() macro
885 P(se.nr_migrations); in proc_sched_show_task()
942 P(se.load.weight); in proc_sched_show_task()
943 P(se.runnable_weight); in proc_sched_show_task()
945 P(se.avg.load_sum); in proc_sched_show_task()
946 P(se.avg.runnable_load_sum); in proc_sched_show_task()
947 P(se.avg.util_sum); in proc_sched_show_task()
948 P(se.avg.load_avg); in proc_sched_show_task()
949 P(se.avg.runnable_load_avg); in proc_sched_show_task()
950 P(se.avg.util_avg); in proc_sched_show_task()
951 P(se.avg.last_update_time); in proc_sched_show_task()
952 P(se.avg.util_est.ewma); in proc_sched_show_task()
953 P(se.avg.util_est.enqueued); in proc_sched_show_task()
955 P(policy); in proc_sched_show_task()
956 P(prio); in proc_sched_show_task()
958 P(dl.runtime); in proc_sched_show_task()
959 P(dl.deadline); in proc_sched_show_task()
965 #undef P in proc_sched_show_task()