Lines Matching refs:oru
109 osf1_cvt_rusage_from_native(const struct rusage *ru, struct osf1_rusage *oru) in osf1_cvt_rusage_from_native() argument
112 memset(oru, 0, sizeof(*oru)); in osf1_cvt_rusage_from_native()
114 oru->ru_utime.tv_sec = ru->ru_utime.tv_sec; in osf1_cvt_rusage_from_native()
115 oru->ru_utime.tv_usec = ru->ru_utime.tv_usec; in osf1_cvt_rusage_from_native()
117 oru->ru_stime.tv_sec = ru->ru_stime.tv_sec; in osf1_cvt_rusage_from_native()
118 oru->ru_stime.tv_usec = ru->ru_stime.tv_usec; in osf1_cvt_rusage_from_native()
120 oru->ru_maxrss = ru->ru_maxrss; in osf1_cvt_rusage_from_native()
121 oru->ru_ixrss = ru->ru_ixrss; in osf1_cvt_rusage_from_native()
122 oru->ru_idrss = ru->ru_idrss; in osf1_cvt_rusage_from_native()
123 oru->ru_isrss = ru->ru_isrss; in osf1_cvt_rusage_from_native()
124 oru->ru_minflt = ru->ru_minflt; in osf1_cvt_rusage_from_native()
125 oru->ru_majflt = ru->ru_majflt; in osf1_cvt_rusage_from_native()
126 oru->ru_nswap = ru->ru_nswap; in osf1_cvt_rusage_from_native()
127 oru->ru_inblock = ru->ru_inblock; in osf1_cvt_rusage_from_native()
128 oru->ru_oublock = ru->ru_oublock; in osf1_cvt_rusage_from_native()
129 oru->ru_msgsnd = ru->ru_msgsnd; in osf1_cvt_rusage_from_native()
130 oru->ru_msgrcv = ru->ru_msgrcv; in osf1_cvt_rusage_from_native()
131 oru->ru_nsignals = ru->ru_nsignals; in osf1_cvt_rusage_from_native()
132 oru->ru_nvcsw = ru->ru_nvcsw; in osf1_cvt_rusage_from_native()
133 oru->ru_nivcsw = ru->ru_nivcsw; in osf1_cvt_rusage_from_native()