Searched refs:now2 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-sched.c | 1477 u32 now, base, next, start, period, span, now2; in iso_stream_schedule() local 1581 now2 = (now - base) & (mod - 1); in iso_stream_schedule() 1592 if (likely(!empty || start <= now2 + period)) { in iso_stream_schedule() 1600 if (likely(start >= now2)) in iso_stream_schedule() 1608 now2 += mod; in iso_stream_schedule() 1612 skip = (now2 - start + period - 1) & -period; in iso_stream_schedule() 1615 urb, start + base, span - period, now2 + base, in iso_stream_schedule()
|