Searched refs:dcons_timeout (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/dcons/
H A Ddcons_os.c109 static void dcons_timeout(void *);
211 dcons_timeout(void *v) function
233 callout_reset(&dcons_callout, polltime, dcons_timeout, tp);
379 callout_reset(&dcons_callout, polltime, dcons_timeout, NULL);

Completed in 41 milliseconds