Lines Matching defs:rusage
972 rufetchtd(struct thread *td, struct rusage *ru)
1161 struct rusage *rusage;
1167 struct rusage ru;
1172 error = copyout(&ru, uap->rusage, sizeof(struct rusage));
1177 kern_getrusage(struct thread *td, int who, struct rusage *rup)
1212 rucollect(struct rusage *ru, struct rusage *ru2)
1226 ruadd(struct rusage *ru, struct rusage_ext *rux, struct rusage *ru2,
1277 * Update the rusage_ext structure and fetch a valid aggregate rusage
1281 rufetch(struct proc *p, struct rusage *ru)
1302 rufetchcalc(struct proc *p, struct rusage *ru, struct timeval *up,