Home
last modified time | relevance | path

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

/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c127 #define TV2J(x) ((x)->tv_sec * 100UL + (x)->tv_usec / 10000) macro
997 PS_ADD("utime", "%ld", TV2J(&kp.ki_rusage.ru_utime)); in linprocfs_doprocstat()
998 PS_ADD("stime", "%ld", TV2J(&kp.ki_rusage.ru_stime)); in linprocfs_doprocstat()
999 PS_ADD("cutime", "%ld", TV2J(&kp.ki_rusage_ch.ru_utime)); in linprocfs_doprocstat()
1000 PS_ADD("cstime", "%ld", TV2J(&kp.ki_rusage_ch.ru_stime)); in linprocfs_doprocstat()
1005 PS_ADD("starttime", "%lu", TV2J(&kp.ki_start) - TV2J(&boottime)); in linprocfs_doprocstat()