Searched refs:calccru (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | resourcevar.h | 121 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
|
| /f-stack/freebsd/sys/ |
| H A D | resourcevar.h | 118 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_resource.c | 806 calccru(struct proc *p, struct timeval *up, struct timeval *sp) in calccru() function 1077 calccru(p, &rup->ru_utime, &rup->ru_stime); in kern_getrusage()
|
| H A D | kern_exit.c | 1126 calccru(p, &rup->ru_utime, &rup->ru_stime); in proc_to_reap()
|
| H A D | kern_proc.c | 1138 calccru(p, &kp->ki_childutime, &kp->ki_childstime); in fill_kinfo_proc_only()
|