Searched refs:now2 (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/parisc/kernel/ |
H A D | time.c | 60 unsigned long now, now2; timer_interrupt() local 121 now2 = mfctl(16); timer_interrupt() 122 if (next_tick - now2 > cpt) timer_interrupt() 129 if (unlikely(now2 - now > 0x3000)) /* 12K cycles */ timer_interrupt() 133 cpu, now2 - now, cycles_elapsed, cycles_remainder, timer_interrupt()
|
/linux-4.4.14/drivers/usb/host/ |
H A D | ehci-sched.c | 1501 u32 now, base, next, start, period, span, now2; iso_stream_schedule() local 1605 now2 = (now - base) & (mod - 1); iso_stream_schedule() 1616 if (likely(!empty || start <= now2 + period)) { iso_stream_schedule() 1624 if (likely(start >= now2)) iso_stream_schedule() 1632 now2 += mod; iso_stream_schedule() 1636 skip = (now2 - start + period - 1) & -period; iso_stream_schedule() 1639 urb, start + base, span - period, now2 + base, iso_stream_schedule()
|
Completed in 145 milliseconds