Searched refs:CLOCK_REALTIME_PRECISE (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/tools/tools/netmap/ |
| HD | pkt-gen.c | 74 #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.c | 124 case CLOCK_REALTIME_PRECISE: in __vdso_clock_gettime()
|
| /NextBSD/include/ |
| HD | time.h | 109 #define CLOCK_REALTIME_PRECISE 9 /* FreeBSD-specific. */ macro
|
| /NextBSD/sbin/fsck_ffs/ |
| HD | fsutil.c | 332 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()
|
| HD | main.c | 446 clock_gettime(CLOCK_REALTIME_PRECISE, &startprog); in checkfilesys()
|
| /NextBSD/sys/sys/ |
| HD | time.h | 346 #define CLOCK_REALTIME_PRECISE 9 /* FreeBSD-specific. */ macro
|
| /NextBSD/sys/kern/ |
| HD | kern_time.c | 320 case CLOCK_REALTIME_PRECISE: in kern_clock_gettime() 439 case CLOCK_REALTIME_PRECISE: in kern_clock_getres()
|