Searched refs:timespec_cmp (Results 1 – 2 of 2) sorted by relevance
65 timespec_cmp(const struct timespec *now, const struct timespec *at) in timespec_cmp() function83 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()
395 timespec_cmp(const struct timespec *a, const struct timespec *b) in timespec_cmp() function424 timeout = timespec_cmp(¶m->end, now) <= 0; in process_async_request()