Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_timer.c156 static int __timer_running(void) in __timer_running() function
168 while(__timer_running()); in udelay()
175 while(__timer_running()); in ndelay()
189 return __timer_running(); in timer2_running()