Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_alarm.c65 timespec_cmp(const struct timespec *now, const struct timespec *at) in timespec_cmp() function
83 if (timespec_cmp(now, at) >= 0) in diff_ns()
157 while (ap != NULL && timespec_cmp(&now, &ap->time) >= 0) { in eal_alarm_callback()
211 if (timespec_cmp(&new_alarm->time, &ap->time) < 0) { in rte_eal_alarm_set()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c395 timespec_cmp(const struct timespec *a, const struct timespec *b) in timespec_cmp() function
424 timeout = timespec_cmp(&param->end, now) <= 0; in process_async_request()