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