Home
last modified time | relevance | path

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

/NextBSD/tools/tools/netmap/
HDpkt-gen.c74 #define CLOCK_REALTIME_PRECISE CLOCK_REALTIME macro
829 clock_gettime(CLOCK_REALTIME_PRECISE, &last_print); in pinger_body()
845 clock_gettime(CLOCK_REALTIME_PRECISE, &ts); in pinger_body()
870 clock_gettime(CLOCK_REALTIME_PRECISE, &now); in pinger_body()
1053 clock_gettime(CLOCK_REALTIME_PRECISE, &cur); in wait_time()
1092 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->tic); in sender_body()
1200 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->toc); in sender_body()
1271 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->tic); in receiver_body()
1295 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->toc); in receiver_body()
1319 clock_gettime(CLOCK_REALTIME_PRECISE, &targ->toc); in receiver_body()
/NextBSD/lib/libc/sys/
HD__vdso_gettimeofday.c124 case CLOCK_REALTIME_PRECISE: in __vdso_clock_gettime()
/NextBSD/include/
HDtime.h109 #define CLOCK_REALTIME_PRECISE 9 /* FreeBSD-specific. */ macro
/NextBSD/sbin/fsck_ffs/
HDfsutil.c332 clock_gettime(CLOCK_REALTIME_PRECISE, &start); in getblk()
336 clock_gettime(CLOCK_REALTIME_PRECISE, &finish); in getblk()
503 clock_gettime(CLOCK_REALTIME_PRECISE, &startpass); in IOstats()
531 clock_gettime(CLOCK_REALTIME_PRECISE, &finishpass); in printIOstats()
HDmain.c446 clock_gettime(CLOCK_REALTIME_PRECISE, &startprog); in checkfilesys()
/NextBSD/sys/sys/
HDtime.h346 #define CLOCK_REALTIME_PRECISE 9 /* FreeBSD-specific. */ macro
/NextBSD/sys/kern/
HDkern_time.c320 case CLOCK_REALTIME_PRECISE: in kern_clock_gettime()
439 case CLOCK_REALTIME_PRECISE: in kern_clock_getres()