Home | History | Annotate | Download | only in libusb

Lines Matching refs:next_timeout

2553 	struct timeval next_timeout = { 0, 0 };
2576 next_timeout = transfer->timeout;
2581 if (!timerisset(&next_timeout)) {
2593 if (!timercmp(&cur_tv, &next_timeout, <)) {
2597 timersub(&next_timeout, &cur_tv, tv);