Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/dcons/
HDdcons_os.c107 static struct callout dcons_callout; variable
246 callout_reset(&dcons_callout, polltime, dcons_timeout, tp); in dcons_timeout()
390 callout_init(&dcons_callout, 1); in dcons_attach()
392 callout_reset(&dcons_callout, polltime, dcons_timeout, NULL); in dcons_attach()
432 callout_stop(&dcons_callout); in dcons_modevent()