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

/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.c126 #define TV2J(x) ((x)->tv_sec * 100UL + (x)->tv_usec / 10000) macro
689 PS_ADD("utime", "%ld", TV2J(&kp.ki_rusage.ru_utime));
690 PS_ADD("stime", "%ld", TV2J(&kp.ki_rusage.ru_stime));
691 PS_ADD("cutime", "%ld", TV2J(&kp.ki_rusage_ch.ru_utime));
692 PS_ADD("cstime", "%ld", TV2J(&kp.ki_rusage_ch.ru_stime));
697 PS_ADD("starttime", "%lu", TV2J(&kp.ki_start) - TV2J(&boottime));

Completed in 102 milliseconds