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

/opensolaris-onvv-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;
167 timer_timeout = now + usecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000));
174 timer_timeout = now + nsecs * ((clocks_per_tick * TICKS_PER_SEC)/(1000*1000*1000));
184 timer_timeout = now + clocks;

Completed in 54 milliseconds