Searched refs:calcru (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/bsd/sys/ |
| H A D | resourcevar.h | 126 void calcru(struct proc *p, struct timeval *up, struct timeval *sp, struct timeval *ip);
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_acct.c | 261 calcru(p, &ut, &st, NULL); in acct_process()
|
| H A D | kern_resource.c | 1511 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 D | tty.c | 3082 calcru(pick, &utime, &stime, NULL); in ttyinfo_locked()
|
| H A D | kern_exit.c | 2481 calcru(p, &p->p_stats->p_ru.ru_utime, &p->p_stats->p_ru.ru_stime, NULL); in proc_exit()
|