Home
last modified time | relevance | path

Searched refs:clock_gettime (Results 1 – 16 of 16) sorted by relevance

/dpdk/lib/eal/freebsd/
H A Deal_alarm.c121 if (clock_gettime(CLOCK_TYPE_ID, &now) < 0) in eal_alarm_get_timeout_ns()
177 if (clock_gettime(CLOCK_TYPE_ID, &now) < 0) in eal_alarm_callback()
219 clock_gettime(CLOCK_TYPE_ID, &now); in rte_eal_alarm_set()
/dpdk/lib/eal/linux/
H A Deal_timer.c199 if (clock_gettime(CLOCK_MONOTONIC_RAW, &t_start) == 0) { in get_tsc_freq()
202 clock_gettime(CLOCK_MONOTONIC_RAW, &t_end); in get_tsc_freq()
H A Deal_alarm.c96 clock_gettime(CLOCK_TYPE_ID, &now) == 0 && in eal_alarm_callback()
144 clock_gettime(CLOCK_TYPE_ID, &now); in rte_eal_alarm_set()
/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/lib/eal/arm/include/
H A Drte_cycles_32.h41 while (clock_gettime(CLOCK_MONOTONIC_RAW, &val) != 0) in __rte_rdtsc_syscall()
/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h180 (void)clock_gettime(CLOCK_TYPE, &tv); in clock_gettime_ms()
231 (void)clock_gettime(CLOCK_TYPE, &tout); in hinic_mutex_lock()
/dpdk/lib/eal/windows/include/
H A Drte_os_shim.h111 #define clock_gettime(clock_id, tp) rte_clock_gettime(clock_id, tp) macro
/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()
/dpdk/lib/eal/common/
H A Deal_common_proc.c507 if (clock_gettime(CLOCK_MONOTONIC, &ts_now) < 0) { in async_reply_handle_thread_unsafe()
1007 if (clock_gettime(CLOCK_MONOTONIC, &now) < 0) { in rte_mp_request_sync()
1106 if (clock_gettime(CLOCK_MONOTONIC, &now) < 0) { in rte_mp_request_async()
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/app/dumpcap/
H A Dmain.c415 clock_gettime(CLOCK_MONOTONIC, &now); in create_timestamp()
/dpdk/drivers/raw/ifpga/base/
H A Dopae_hw_api.c436 clock_gettime(CLOCK_REALTIME, &t); in opae_adapter_lock()
/dpdk/drivers/net/hns3/
H A Dhns3_common.c294 (void)clock_gettime(CLOCK_TYPE, &spec); in hns3_clock_gettime()
/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1712 clock_gettime(CLOCK_REALTIME, &timestamp); in axgbe_timesync_enable()
/dpdk/app/test-pmd/
H A Dconfig.c215 if (clock_gettime(CLOCK_TYPE_ID, &cur_time) == 0) { in nic_xstats_display_periodic()
277 if (clock_gettime(CLOCK_TYPE_ID, &cur_time) == 0) { in nic_stats_display()