Searched refs:timer_timeout (Results 1 – 1 of 1) sorted by relevance
155 static unsigned long long timer_timeout; variable160 return now < timer_timeout; in __timer_running()167 timer_timeout = now + usecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000)); in udelay()174 timer_timeout = now + nsecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000*1000)); in ndelay()184 timer_timeout = now + clocks; in load_timer2()