Home
last modified time | relevance | path

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

/openbsd/sys/arch/landisk/stand/boot/
H A Ddelay.c90 #define MS_PER_TICK (1000000 / TICKS_PER_SEC) macro
127 if (((now - base) / MS_PER_TICK) > ms) { in delay()