• Home
  • Raw
  • Download

Lines Matching refs:P

452 #define P(F)		SEQ_printf(m, "  .%-30s: %lld\n",	#F, (long long)F)  in print_cfs_group_stats()  macro
482 P(se->load.weight); in print_cfs_group_stats()
484 P(se->avg.load_avg); in print_cfs_group_stats()
485 P(se->avg.util_avg); in print_cfs_group_stats()
486 P(se->avg.runnable_avg); in print_cfs_group_stats()
492 #undef P in print_cfs_group_stats()
671 #define P(x) \ in print_rt_rq() macro
682 P(rt_throttled); in print_rt_rq()
688 #undef P in print_rt_rq()
729 #define P(x) \ in print_cpu() macro
740 P(nr_running); in print_cpu()
741 P(nr_switches); in print_cpu()
742 P(nr_uninterruptible); in print_cpu()
747 #undef P in print_cpu()
757 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
759 P(yld_count); in print_cpu()
760 P(sched_count); in print_cpu()
761 P(sched_goidle); in print_cpu()
762 P(ttwu_count); in print_cpu()
763 P(ttwu_local); in print_cpu()
765 #undef P in print_cpu()
797 #define P(x) \ in sched_debug_header() macro
804 P(jiffies); in sched_debug_header()
806 P(sched_clock_stable()); in sched_debug_header()
809 #undef P in sched_debug_header()
814 #define P(x) \ in sched_debug_header() macro
821 P(sysctl_sched_child_runs_first); in sched_debug_header()
822 P(sysctl_sched_features); in sched_debug_header()
824 #undef P in sched_debug_header()
910 #define P(F) __PS(#F, p->F) macro
932 P(mm->numa_scan_seq); in sched_show_numa()
934 P(numa_pages_migrated); in sched_show_numa()
935 P(numa_preferred_nid); in sched_show_numa()
936 P(total_numa_faults); in sched_show_numa()
963 P(se.nr_migrations); in proc_sched_show_task()
1018 P(se.load.weight); in proc_sched_show_task()
1020 P(se.avg.load_sum); in proc_sched_show_task()
1021 P(se.avg.runnable_sum); in proc_sched_show_task()
1022 P(se.avg.util_sum); in proc_sched_show_task()
1023 P(se.avg.load_avg); in proc_sched_show_task()
1024 P(se.avg.runnable_avg); in proc_sched_show_task()
1025 P(se.avg.util_avg); in proc_sched_show_task()
1026 P(se.avg.last_update_time); in proc_sched_show_task()
1027 P(se.avg.util_est.ewma); in proc_sched_show_task()
1036 P(policy); in proc_sched_show_task()
1037 P(prio); in proc_sched_show_task()
1039 P(dl.runtime); in proc_sched_show_task()
1040 P(dl.deadline); in proc_sched_show_task()