Searched refs:_tv (Results 1 – 4 of 4) sorted by relevance
168 struct timeval _tv; \169 _tv.tv_sec = 0; \170 _tv.tv_usec = TLS_RETRY_EVENT_USEC; \172 if (event_add(x, &_tv) == -1) { \
77 } _tv; member97 #define ktr_otv _v._v0._tv
1079 struct timeval _tv; in eloop_run() local1128 _tv.tv_sec = tv.sec; in eloop_run()1129 _tv.tv_usec = tv.usec; in eloop_run()1150 timeout ? &_tv : NULL); in eloop_run()
151 struct timeval _tv, *tv = &_tv; in bfin_syscall() local