Lines Matching defs:rusage
222 * and rusage for wait(). Check for child processes and orphan them.
716 * Save our children's rusage information in our exit rusage.
855 struct rusage ru, *rup;
858 if (uap->rusage != NULL)
865 if (uap->rusage != NULL && error == 0 && td->td_retval[0] != 0)
866 error = copyout(&ru, uap->rusage, sizeof(struct rusage));
910 * rusage. Asserts and will release both the proctree_lock and the process
1049 struct rusage *rup;
1199 struct rusage *rusage)
1222 if (rusage != NULL)
1233 if (rusage != NULL)
1234 *rusage = wru.wru_self;