Lines Matching refs:PRINT_RUSAGE_MEMBER
56 #define PRINT_RUSAGE_MEMBER(member) \ in MPERS_PRINTER_DECL() macro
58 PRINT_RUSAGE_MEMBER(ru_maxrss); in MPERS_PRINTER_DECL()
59 PRINT_RUSAGE_MEMBER(ru_ixrss); in MPERS_PRINTER_DECL()
60 PRINT_RUSAGE_MEMBER(ru_idrss); in MPERS_PRINTER_DECL()
61 PRINT_RUSAGE_MEMBER(ru_isrss); in MPERS_PRINTER_DECL()
62 PRINT_RUSAGE_MEMBER(ru_minflt); in MPERS_PRINTER_DECL()
63 PRINT_RUSAGE_MEMBER(ru_majflt); in MPERS_PRINTER_DECL()
64 PRINT_RUSAGE_MEMBER(ru_nswap); in MPERS_PRINTER_DECL()
65 PRINT_RUSAGE_MEMBER(ru_inblock); in MPERS_PRINTER_DECL()
66 PRINT_RUSAGE_MEMBER(ru_oublock); in MPERS_PRINTER_DECL()
67 PRINT_RUSAGE_MEMBER(ru_msgsnd); in MPERS_PRINTER_DECL()
68 PRINT_RUSAGE_MEMBER(ru_msgrcv); in MPERS_PRINTER_DECL()
69 PRINT_RUSAGE_MEMBER(ru_nsignals); in MPERS_PRINTER_DECL()
70 PRINT_RUSAGE_MEMBER(ru_nvcsw); in MPERS_PRINTER_DECL()
71 PRINT_RUSAGE_MEMBER(ru_nivcsw); in MPERS_PRINTER_DECL()
72 #undef PRINT_RUSAGE_MEMBER in MPERS_PRINTER_DECL()
110 # define PRINT_RUSAGE_MEMBER(member) \ in printrusage32() macro
112 PRINT_RUSAGE_MEMBER(ru_maxrss); in printrusage32()
113 PRINT_RUSAGE_MEMBER(ru_ixrss); in printrusage32()
114 PRINT_RUSAGE_MEMBER(ru_idrss); in printrusage32()
115 PRINT_RUSAGE_MEMBER(ru_isrss); in printrusage32()
116 PRINT_RUSAGE_MEMBER(ru_minflt); in printrusage32()
117 PRINT_RUSAGE_MEMBER(ru_majflt); in printrusage32()
118 PRINT_RUSAGE_MEMBER(ru_nswap); in printrusage32()
119 PRINT_RUSAGE_MEMBER(ru_inblock); in printrusage32()
120 PRINT_RUSAGE_MEMBER(ru_oublock); in printrusage32()
121 PRINT_RUSAGE_MEMBER(ru_msgsnd); in printrusage32()
122 PRINT_RUSAGE_MEMBER(ru_msgrcv); in printrusage32()
123 PRINT_RUSAGE_MEMBER(ru_nsignals); in printrusage32()
124 PRINT_RUSAGE_MEMBER(ru_nvcsw); in printrusage32()
125 PRINT_RUSAGE_MEMBER(ru_nivcsw); in printrusage32()
126 # undef PRINT_RUSAGE_MEMBER in printrusage32()