Home
last modified time | relevance | path

Searched refs:timespec_get (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/windows/include/
H A Drte_os_shim.h76 #define timespec_get(ts, base) rte_timespec_get(ts, base) macro
96 if (timespec_get(tp, TIME_UTC) != TIME_UTC) in rte_clock_gettime()
/dpdk/lib/eal/freebsd/include/
H A Drte_os_shim.h28 #define timespec_get(ts, base) rte_timespec_get(ts, base) macro
/dpdk/drivers/net/pcap/
H A Dpcap_ethdev.c1417 timespec_get(&start_time, TIME_UTC); in pmd_pcap_probe()