Searched refs:clock_gettime (Results 1 – 16 of 16) sorted by relevance
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_alarm.c | 121 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 D | eal_timer.c | 199 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 D | eal_alarm.c | 96 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 D | rte_os_shim.h | 23 if (base != TIME_UTC || clock_gettime(CLOCK_REALTIME, now) < 0) in rte_timespec_get()
|
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_cycles_32.h | 41 while (clock_gettime(CLOCK_MONOTONIC_RAW, &val) != 0) in __rte_rdtsc_syscall()
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_compat.h | 180 (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 D | rte_os_shim.h | 111 #define clock_gettime(clock_id, tp) rte_clock_gettime(clock_id, tp) macro
|
| /dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 299 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 D | eal_common_proc.c | 507 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 D | eal_common_trace_utils.c | 275 if (clock_gettime(CLOCK_REALTIME, &epoch) < 0) { in trace_epoch_time_save()
|
| /dpdk/lib/pcapng/ |
| H A D | rte_pcapng.c | 47 clock_gettime(CLOCK_REALTIME, &ts); in RTE_INIT()
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 415 clock_gettime(CLOCK_MONOTONIC, &now); in create_timestamp()
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_hw_api.c | 436 clock_gettime(CLOCK_REALTIME, &t); in opae_adapter_lock()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_common.c | 294 (void)clock_gettime(CLOCK_TYPE, &spec); in hns3_clock_gettime()
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.c | 1712 clock_gettime(CLOCK_REALTIME, ×tamp); in axgbe_timesync_enable()
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 215 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()
|