HomeSort by: relevance | last modified time | path
    Searched defs:snakefreq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbarm/iq80310/
iq80310_timer.c 323 static int snakefreq; local in function:clockhandler
325 if ((snakefreq++ & 15) == 0)
  /src/sys/arch/evbarm/iq80321/
iq80321_machdep.c 334 static int snakefreq; local in function:iq80321_hardclock_hook
336 if ((snakefreq++ & 15) == 0)
  /src/sys/arch/evbarm/adi_brh/
brh_machdep.c 308 static int snakefreq; local in function:brh_hardclock_hook
310 if ((snakefreq++ & 15) == 0)

Completed in 54 milliseconds