Searched refs:calccru (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | resourcevar.h | 138 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
|
/freebsd/sys/kern/ |
H A D | kern_resource.c | 927 calccru(struct proc *p, struct timeval *up, struct timeval *sp) in calccru() function 1193 calccru(p, &rup->ru_utime, &rup->ru_stime); in kern_getrusage()
|
H A D | kern_exit.c | 1187 calccru(p, &rup->ru_utime, &rup->ru_stime); in proc_to_reap()
|
H A D | kern_proc.c | 1168 calccru(p, &kp->ki_childutime, &kp->ki_childstime); in fill_kinfo_proc_only()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 436 calccru(p, &cutime, &cstime); in linux_times()
|