Home
last modified time | relevance | path

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

/dpdk/lib/eal/windows/include/
H A Drte_os_shim.h81 #define CLOCK_REALTIME 0 macro
95 case CLOCK_REALTIME: in rte_clock_gettime()
/dpdk/lib/eal/freebsd/include/
H A Drte_os_shim.h23 if (base != TIME_UTC || clock_gettime(CLOCK_REALTIME, now) < 0) in rte_timespec_get()
/dpdk/examples/ptpclient/
H A Dptpclient.c299 clock_gettime(CLOCK_REALTIME, &sys_time); in print_clock_info()
505 clock_gettime(CLOCK_REALTIME, &sys_time); in update_kernel_time()
521 clock_settime(CLOCK_REALTIME, &net_time); in update_kernel_time()
/dpdk/lib/eal/common/
H A Deal_common_trace_utils.c275 if (clock_gettime(CLOCK_REALTIME, &epoch) < 0) { in trace_epoch_time_save()
/dpdk/lib/pcapng/
H A Drte_pcapng.c47 clock_gettime(CLOCK_REALTIME, &ts); in RTE_INIT()
/dpdk/drivers/raw/ifpga/base/
H A Dopae_hw_api.c436 clock_gettime(CLOCK_REALTIME, &t); in opae_adapter_lock()
/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1712 clock_gettime(CLOCK_REALTIME, &timestamp); in axgbe_timesync_enable()