Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDkern_cons.c111 static struct callout conscallout; /* callout for outputting to constty */ variable
631 callout_init_mtx(&conscallout, tty_getlock(tp), 0); in constty_set()
647 callout_stop(&conscallout); in constty_clear()
676 callout_reset_sbt(&conscallout, SBT_1S / constty_wakeups_per_second, in constty_timeout()