Searched refs:calccru (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/sys/sys/ |
| HD | resourcevar.h | 138 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
|
| /freebsd-head/sys/kern/ |
| HD | 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()
|
| HD | kern_exit.c | 1188 calccru(p, &rup->ru_utime, &rup->ru_stime); in proc_to_reap()
|
| HD | kern_proc.c | 1170 calccru(p, &kp->ki_childutime, &kp->ki_childstime); in fill_kinfo_proc_only()
|
| /freebsd-head/sys/compat/linux/ |
| HD | linux_misc.c | 436 calccru(p, &cutime, &cstime); in linux_times()
|