Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dresourcevar.h126 void calcru(struct proc *p, struct timeval *up, struct timeval *sp, struct timeval *ip);
/xnu-11215.1.10/bsd/kern/
H A Dkern_acct.c261 calcru(p, &ut, &st, NULL); in acct_process()
H A Dkern_resource.c1511 calcru(struct proc *p, struct timeval *up, struct timeval *sp, struct timeval *ip) in calcru() function
1590 calcru(p, &utime, &stime, NULL); in getrusage()
H A Dtty.c3082 calcru(pick, &utime, &stime, NULL); in ttyinfo_locked()
H A Dkern_exit.c2481 calcru(p, &p->p_stats->p_ru.ru_utime, &p->p_stats->p_ru.ru_stime, NULL); in proc_exit()