Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_alarm.c28 #define CLOCK_TYPE_ID CLOCK_MONOTONIC_RAW macro
30 #define CLOCK_TYPE_ID CLOCK_MONOTONIC macro
98 if (clock_gettime(CLOCK_TYPE_ID, &now) < 0) in eal_alarm_get_timeout_ns()
154 if (clock_gettime(CLOCK_TYPE_ID, &now) < 0) in eal_alarm_callback()
196 clock_gettime(CLOCK_TYPE_ID, &now); in rte_eal_alarm_set()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_alarm.c40 #define CLOCK_TYPE_ID CLOCK_MONOTONIC_RAW macro
42 #define CLOCK_TYPE_ID CLOCK_MONOTONIC macro
85 clock_gettime(CLOCK_TYPE_ID, &now) == 0 && in eal_alarm_callback()
133 clock_gettime(CLOCK_TYPE_ID, &now); in rte_eal_alarm_set()
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c59 #define CLOCK_TYPE_ID CLOCK_MONOTONIC_RAW macro
61 #define CLOCK_TYPE_ID CLOCK_MONOTONIC macro
241 if (clock_gettime(CLOCK_TYPE_ID, &cur_time) == 0) { in nic_stats_display()