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

/darwin-on-arm/xnu/bsd/sys/
H A Dresourcevar.h132 void calcru(struct proc *p, struct timeval *up, struct timeval *sp,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c245 calcru(p, &ut, &st, NULL);
H A Dkern_resource.c942 calcru(struct proc *p, struct timeval *up, struct timeval *sp, struct timeval *ip) function
1019 calcru(p, &utime, &stime, NULL);
H A Dkern_exit.c738 calcru(p, &p->p_stats->p_ru.ru_utime, &p->p_stats->p_ru.ru_stime, NULL);
H A Dtty.c2867 calcru(pick, &utime, &stime, NULL);

Completed in 36 milliseconds