Home
last modified time | relevance | path

Searched refs:CLOCK_TYPE_ID (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/eal/freebsd/
H A Deal_alarm.c28 #define CLOCK_TYPE_ID CLOCK_MONOTONIC_RAW macro
30 #define CLOCK_TYPE_ID CLOCK_MONOTONIC macro
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 Deal_alarm.c33 #define CLOCK_TYPE_ID CLOCK_MONOTONIC_RAW macro
35 #define CLOCK_TYPE_ID CLOCK_MONOTONIC macro
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/app/test-pmd/
H A Dconfig.c62 #define CLOCK_TYPE_ID CLOCK_MONOTONIC_RAW macro
64 #define CLOCK_TYPE_ID CLOCK_MONOTONIC macro
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()