Searched refs:tv_cmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/bluetooth/btpand/
H A Devent.c61 static int tv_cmp(struct timeval const *, struct timeval const *);
116 if (tv_cmp(&now, &ev->expire) >= 0)
123 if (tv_cmp(&t, &timeout) < 0)
191 if (tv_cmp(&now, &ev->expire) >= 0) {
296 tv_cmp(struct timeval const *a, struct timeval const *b) function

Completed in 91 milliseconds