Home
last modified time | relevance | path

Searched refs:now2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/parisc/kernel/
Dtime.c60 unsigned long now, now2; in timer_interrupt() local
121 now2 = mfctl(16); in timer_interrupt()
122 if (next_tick - now2 > cpt) in timer_interrupt()
129 if (unlikely(now2 - now > 0x3000)) /* 12K cycles */ in timer_interrupt()
133 cpu, now2 - now, cycles_elapsed, cycles_remainder, in timer_interrupt()
/linux-4.4.14/drivers/usb/host/
Dehci-sched.c1501 u32 now, base, next, start, period, span, now2; in iso_stream_schedule() local
1605 now2 = (now - base) & (mod - 1); in iso_stream_schedule()
1616 if (likely(!empty || start <= now2 + period)) { in iso_stream_schedule()
1624 if (likely(start >= now2)) in iso_stream_schedule()
1632 now2 += mod; in iso_stream_schedule()
1636 skip = (now2 - start + period - 1) & -period; in iso_stream_schedule()
1639 urb, start + base, span - period, now2 + base, in iso_stream_schedule()