Searched refs:CLOCK_TYPE_ID (Results 1 – 3 of 3) sorted by relevance
28 #define CLOCK_TYPE_ID CLOCK_MONOTONIC_RAW macro30 #define CLOCK_TYPE_ID CLOCK_MONOTONIC macro98 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()
40 #define CLOCK_TYPE_ID CLOCK_MONOTONIC_RAW macro42 #define CLOCK_TYPE_ID CLOCK_MONOTONIC macro85 clock_gettime(CLOCK_TYPE_ID, &now) == 0 && in eal_alarm_callback()133 clock_gettime(CLOCK_TYPE_ID, &now); in rte_eal_alarm_set()
59 #define CLOCK_TYPE_ID CLOCK_MONOTONIC_RAW macro61 #define CLOCK_TYPE_ID CLOCK_MONOTONIC macro241 if (clock_gettime(CLOCK_TYPE_ID, &cur_time) == 0) { in nic_stats_display()