Searched refs:calccru (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/sys/ |
| HD | resourcevar.h | 117 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_resource.c | 805 calccru(struct proc *p, struct timeval *up, struct timeval *sp) in calccru() function 1076 calccru(p, &rup->ru_utime, &rup->ru_stime); in kern_getrusage()
|
| HD | kern_exit.c | 1164 calccru(p, &rup->ru_utime, &rup->ru_stime); in proc_to_reap()
|
| HD | kern_proc.c | 1172 calccru(p, &kp->ki_childutime, &kp->ki_childstime); in fill_kinfo_proc_only()
|
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_misc.c | 402 calccru(p, &cutime, &cstime); in linux_times()
|