Searched refs:calcru (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dresourcevar.h131 void calcru(struct proc *p, struct timeval *up, struct timeval *sp,
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_acct.c268 calcru(p, &ut, &st, NULL);
H A Dkern_resource.c1176 calcru(struct proc *p, struct timeval *up, struct timeval *sp, struct timeval *ip) function
1253 calcru(p, &utime, &stime, NULL);
H A Dkern_exit.c821 calcru(p, &p->p_stats->p_ru.ru_utime, &p->p_stats->p_ru.ru_stime, NULL);
H A Dtty.c2899 calcru(pick, &utime, &stime, NULL);

Completed in 194 milliseconds