Lines Matching refs:tv_sec
40 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \
43 (vvp)->tv_sec++; \
51 ((a)->tv_sec == (b)->tv_sec \
53 : (a)->tv_sec op (b)->tv_sec)
59 (res)->tv_sec = (a)->tv_sec - (b)->tv_sec; \
63 (res)->tv_sec -= 1; \
86 dlog(" timeout = %ds + %dus", (int)ev->timeout.tv_sec, (int)ev->timeout.tv_usec); in dump_event()
100 tv->tv_sec = ts.tv_sec; in getNow()
169 dlog("~~~~ Looking for timers <= %ds + %dus ~~~~", (int)now.tv_sec, (int)now.tv_usec); in processTimeouts()
228 dlog("~~~~ now = %ds + %dus ~~~~", (int)now.tv_sec, (int)now.tv_usec); in calcNextTimeout()
230 (int)tev->timeout.tv_sec, (int)tev->timeout.tv_usec); in calcNextTimeout()
235 tv->tv_sec = tv->tv_usec = 0; in calcNextTimeout()
362 dlog("~~~~ blocking for %ds + %dus ~~~~", (int)tv.tv_sec, (int)tv.tv_usec); in ril_event_loop()