Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_timer.c155 static unsigned long long timer_timeout; variable
160 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()