Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dresourcevar.h110 void calcru(struct proc *, struct timeval *, struct timeval *,
/netbsd-src/sys/kern/
H A Dkern_exit.c548 calcru(p, &p->p_stats->p_ru.ru_utime, &p->p_stats->p_ru.ru_stime, in exit1()
930 calcru(p, &rup->ru_utime, &rup->ru_stime, NULL, NULL); in match_process()
934 calcru(p, &rup->ru_utime, &rup->ru_stime, NULL, NULL); in match_process()
H A Dsubr_time.c168 calcru(p, /*usertime*/NULL, /*systime*/NULL, /*intrtime*/NULL,
H A Dkern_acct.c446 calcru(p, &ut, &st, NULL, NULL); in acct_process()
H A Dkern_resource.c504 calcru(struct proc *p, struct timeval *up, struct timeval *sp, in calcru() function
611 calcru(p, &ru->ru_utime, &ru->ru_stime, NULL, NULL); in getrusage1()
H A Dtty.c2757 calcru(pick, &utime, &stime, NULL, NULL); in ttygetinfo()
H A Dkern_proc.c2906 calcru(p, &ut, &st, NULL, &rt); in fill_kproc2()
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_status.c174 calcru(p, &ut, &st, (void *) 0, NULL); in procfs_status_netbsd()
H A Dprocfs_linux.c477 calcru(p, NULL, NULL, NULL, &rt); in procfs_do_pid_stat()
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_time.c172 calcru(p, &ru.ru_utime, &ru.ru_stime, NULL, NULL); in linux32_sys_times()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_misc.c721 calcru(p, &ru.ru_utime, &ru.ru_stime, NULL, NULL); in linux_sys_times()