Home
last modified time | relevance | path

Searched refs:calccru (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dresourcevar.h121 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
/f-stack/freebsd/sys/
H A Dresourcevar.h118 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
/f-stack/freebsd/kern/
H A Dkern_resource.c806 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 Dkern_exit.c1126 calccru(p, &rup->ru_utime, &rup->ru_stime); in proc_to_reap()
H A Dkern_proc.c1138 calccru(p, &kp->ki_childutime, &kp->ki_childstime); in fill_kinfo_proc_only()