Searched refs:timespec_cmp (Results 1 – 2 of 2) sorted by relevance
88 timespec_cmp(const struct timespec *now, const struct timespec *at) in timespec_cmp() function106 if (timespec_cmp(now, at) >= 0) in diff_ns()180 while (ap != NULL && timespec_cmp(&now, &ap->time) >= 0) { in eal_alarm_callback()234 if (timespec_cmp(&new_alarm->time, &ap->time) < 0) { in rte_eal_alarm_set()
408 timespec_cmp(const struct timespec *a, const struct timespec *b) in timespec_cmp() function437 timeout = timespec_cmp(¶m->end, now) <= 0; in process_async_request()