Home
last modified time | relevance | path

Searched refs:CLOCK_TYPE (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h170 #define CLOCK_TYPE CLOCK_MONOTONIC_RAW macro
172 #define CLOCK_TYPE CLOCK_MONOTONIC macro
180 (void)clock_gettime(CLOCK_TYPE, &tv); in clock_gettime_ms()
231 (void)clock_gettime(CLOCK_TYPE, &tout); in hinic_mutex_lock()
/dpdk/drivers/net/hns3/
H A Dhns3_common.c287 #define CLOCK_TYPE CLOCK_MONOTONIC_RAW in hns3_clock_gettime() macro
289 #define CLOCK_TYPE CLOCK_MONOTONIC in hns3_clock_gettime()
294 (void)clock_gettime(CLOCK_TYPE, &spec); in hns3_clock_gettime()