Lines Matching refs:P

433 #define P(F)		SEQ_printf(m, "  .%-30s: %lld\n",	#F, (long long)F)  in print_cfs_group_stats()  macro
458 P(se->load.weight); in print_cfs_group_stats()
460 P(se->avg.load_avg); in print_cfs_group_stats()
461 P(se->avg.util_avg); in print_cfs_group_stats()
462 P(se->avg.runnable_avg); in print_cfs_group_stats()
468 #undef P in print_cfs_group_stats()
623 #define P(x) \ in print_rt_rq() macro
634 P(rt_throttled); in print_rt_rq()
640 #undef P in print_rt_rq()
682 #define P(x) \ in print_cpu() macro
693 P(nr_running); in print_cpu()
694 P(nr_switches); in print_cpu()
695 P(nr_uninterruptible); in print_cpu()
700 #undef P in print_cpu()
710 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
712 P(yld_count); in print_cpu()
713 P(sched_count); in print_cpu()
714 P(sched_goidle); in print_cpu()
715 P(ttwu_count); in print_cpu()
716 P(ttwu_local); in print_cpu()
718 #undef P in print_cpu()
752 #define P(x) \ in sched_debug_header() macro
759 P(jiffies); in sched_debug_header()
761 P(sched_clock_stable()); in sched_debug_header()
764 #undef P in sched_debug_header()
769 #define P(x) \ in sched_debug_header() macro
776 P(sysctl_sched_child_runs_first); in sched_debug_header()
777 P(sysctl_sched_features); in sched_debug_header()
779 #undef P in sched_debug_header()
874 #define P(F) __PS(#F, p->F) macro
897 P(mm->numa_scan_seq); in sched_show_numa()
906 P(numa_pages_migrated); in sched_show_numa()
907 P(numa_preferred_nid); in sched_show_numa()
908 P(total_numa_faults); in sched_show_numa()
936 P(se.nr_migrations); in proc_sched_show_task()
991 P(se.load.weight); in proc_sched_show_task()
993 P(se.avg.load_sum); in proc_sched_show_task()
994 P(se.avg.runnable_sum); in proc_sched_show_task()
995 P(se.avg.util_sum); in proc_sched_show_task()
996 P(se.avg.load_avg); in proc_sched_show_task()
997 P(se.avg.runnable_avg); in proc_sched_show_task()
998 P(se.avg.util_avg); in proc_sched_show_task()
999 P(se.avg.last_update_time); in proc_sched_show_task()
1000 P(se.avg.util_est.ewma); in proc_sched_show_task()
1001 P(se.avg.util_est.enqueued); in proc_sched_show_task()
1009 P(policy); in proc_sched_show_task()
1010 P(prio); in proc_sched_show_task()
1012 P(dl.runtime); in proc_sched_show_task()
1013 P(dl.deadline); in proc_sched_show_task()