Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_memcpy_perf.c302 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 Drte_os_shim.h16 #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 Drte_os_shim.h52 #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 Dpcap_ethdev.c1417 timespec_get(&start_time, TIME_UTC); in pmd_pcap_probe()