Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/dcons/
Ddcons_os.c101 static struct callout dcons_callout; variable
225 callout_reset(&dcons_callout, polltime, dcons_timeout, tp); in dcons_timeout()
369 callout_init(&dcons_callout, CALLOUT_MPSAFE); in dcons_attach()
373 callout_reset(&dcons_callout, polltime, dcons_timeout, NULL); in dcons_attach()
411 callout_stop(&dcons_callout); in dcons_modevent()