Home
last modified time | relevance | path

Searched refs:calcru (Results 1 – 11 of 11) sorted by relevance

/netbsd/sys/sys/
H A Dresourcevar.h110 void calcru(struct proc *, struct timeval *, struct timeval *,
/netbsd/sys/kern/
H A Dkern_exit.c547 calcru(p, &p->p_stats->p_ru.ru_utime, &p->p_stats->p_ru.ru_stime, in exit1()
923 calcru(p, &rup->ru_utime, &rup->ru_stime, NULL, NULL); in match_process()
927 calcru(p, &rup->ru_utime, &rup->ru_stime, NULL, NULL); in match_process()
H A Dsubr_time.c263 calcru(p, /*usertime*/NULL, /*systime*/NULL, /*intrtime*/NULL, in clock_gettime1()
H A Dkern_acct.c446 calcru(p, &ut, &st, NULL, NULL); in acct_process()
H A Dkern_resource.c512 calcru(struct proc *p, struct timeval *up, struct timeval *sp, in calcru() function
619 calcru(p, &ru->ru_utime, &ru->ru_stime, NULL, NULL); in getrusage1()
H A Dkern_proc.c2903 calcru(p, &ut, &st, NULL, &rt); in fill_kproc2()
H A Dtty.c2761 calcru(pick, &utime, &stime, NULL, NULL); in ttygetinfo()
/netbsd/sys/miscfs/procfs/
H A Dprocfs_status.c174 calcru(p, &ut, &st, (void *) 0, NULL); in procfs_status_netbsd()
H A Dprocfs_linux.c453 calcru(p, NULL, NULL, NULL, &rt); in procfs_do_pid_stat()
/netbsd/sys/compat/linux32/common/
H A Dlinux32_time.c172 calcru(p, &ru.ru_utime, &ru.ru_stime, NULL, NULL); in linux32_sys_times()
/netbsd/sys/compat/linux/common/
H A Dlinux_misc.c637 calcru(p, &ru.ru_utime, &ru.ru_stime, NULL, NULL); in linux_sys_times()