Searched refs:TIME_UTC (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_memcpy_perf.c | 302 timespec_get(&tv_begin, TIME_UTC); in perf_test() 304 timespec_get(&tv_end, TIME_UTC); in perf_test() 309 timespec_get(&tv_begin, TIME_UTC); in perf_test() 311 timespec_get(&tv_end, TIME_UTC); in perf_test() 316 timespec_get(&tv_begin, TIME_UTC); in perf_test() 318 timespec_get(&tv_end, TIME_UTC); in perf_test() 323 timespec_get(&tv_begin, TIME_UTC); in perf_test() 325 timespec_get(&tv_end, TIME_UTC); in perf_test()
|
| /dpdk/lib/eal/freebsd/include/ |
| H A D | rte_os_shim.h | 16 #ifndef TIME_UTC 18 #define TIME_UTC 1 macro 23 if (base != TIME_UTC || clock_gettime(CLOCK_REALTIME, now) < 0) in rte_timespec_get()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | rte_os_shim.h | 52 #define TIME_UTC 1 macro 65 if (base != TIME_UTC) in rte_timespec_get() 96 if (timespec_get(tp, TIME_UTC) != TIME_UTC) in rte_clock_gettime()
|
| /dpdk/drivers/net/pcap/ |
| H A D | pcap_ethdev.c | 1417 timespec_get(&start_time, TIME_UTC); in pmd_pcap_probe()
|