Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c83 static unsigned long lastticks = 0; in twiddle() local
94 if ((lastticks + (TICKS_PER_SEC/18)) > ticks) in twiddle()
96 lastticks = ticks; in twiddle()