Searched defs:F (Results 1 – 2 of 2) sorted by relevance
/kernel/sched/ |
D | debug.c | 377 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() argument 378 #define P_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)schedstat_val(F)) in print_cfs_group_stats() argument 379 #define PN(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", #F, SPLIT_NS((long long)F)) in print_cfs_group_stats() argument 380 #define PN_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", #F, SPLIT_NS((long long)schedstat_v… in print_cfs_group_stats() argument 830 #define __P(F) SEQ_printf(m, "%-45s:%21Ld\n", #F, (long long)F) argument 831 #define P(F) SEQ_printf(m, "%-45s:%21Ld\n", #F, (long long)p->F) argument 832 #define __PN(F) SEQ_printf(m, "%-45s:%14Ld.%06ld\n", #F, SPLIT_NS((long long)F)) argument 833 #define PN(F) SEQ_printf(m, "%-45s:%14Ld.%06ld\n", #F, SPLIT_NS((long long)p->F)) argument 872 #define __P(F) \ in proc_sched_show_task() argument 874 #define P(F) \ in proc_sched_show_task() argument [all …]
|
/kernel/bpf/ |
D | cgroup.c | 1515 #define CG_SOCKOPT_ACCESS_FIELD(T, F) \ argument
|