Searched refs:tv_usec (Results 1 – 2 of 2) sorted by relevance
315 long tv_usec; /* and microseconds */ member
1103 timeout ? (s32_t)timeout->tv_usec : (s32_t)-1));1111 if (timeout && timeout->tv_sec == 0 && timeout->tv_usec == 0) {1174 msectimeout = ((timeout->tv_sec * 1000) + ((timeout->tv_usec + 500)/1000));
Completed in 6 milliseconds