Searched refs:tv_cmp (Results 1 – 1 of 1) sorted by relevance
60 static int tv_cmp(struct timeval const *, struct timeval const *);115 if (tv_cmp(&now, &ev->expire) >= 0) in __event_dispatch()122 if (tv_cmp(&t, &timeout) < 0) in __event_dispatch()190 if (tv_cmp(&now, &ev->expire) >= 0) { in __event_dispatch()295 tv_cmp(struct timeval const *a, struct timeval const *b) in tv_cmp() function