Home | History | Annotate | Download | only in kern

Lines Matching refs:wru

663     struct wrusage *wru, siginfo_t *si)
669 if (wru != NULL)
670 memset(wru, 0, sizeof(*wru));
676 wru, si);
692 proc_free(child, wru);
709 struct wrusage wru;
727 ret = do_sys_waitid(idtype, id, pid, status, options, ru ? &wru : NULL,
730 *ru = wru.wru_self;
771 syscallarg(struct wrusage *) wru;
774 struct wrusage wru, *wrup;
784 if (SCARG(uap, wru) != NULL)
785 wrup = &wru;
815 if (SCARG(uap, wru) != NULL && error == 0)
816 error = copyout(&wru, SCARG(uap, wru), sizeof(wru));
1011 struct proc **child_p, struct wrusage *wru, siginfo_t *si)
1045 options, wru, si);
1159 proc_free(struct proc *p, struct wrusage *wru)
1207 if (wru != NULL) {
1208 wru->wru_self = p->p_stats->p_ru;
1209 wru->wru_children = p->p_stats->p_cru;