Searched refs:calcru (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | resourcevar.h | 122 void calcru(struct proc *p, struct timeval *up, struct timeval *sp);
|
| /f-stack/freebsd/sys/ |
| H A D | resourcevar.h | 119 void calcru(struct proc *p, struct timeval *up, struct timeval *sp);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_resource.c | 819 calcru(struct proc *p, struct timeval *up, struct timeval *sp) in calcru() function 1192 calcru(p, up, sp); in rufetchcalc()
|
| H A D | kern_time.c | 333 calcru(p, &user, &sys); in kern_clock_gettime() 341 calcru(p, &user, &sys); in kern_clock_gettime()
|
| H A D | kern_exit.c | 1121 calcru(p, &rup->ru_utime, &rup->ru_stime); in proc_to_reap()
|
| H A D | kern_proc.c | 1136 calcru(p, &kp->ki_rusage.ru_utime, &kp->ki_rusage.ru_stime); in fill_kinfo_proc_only()
|