Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_cons.c102 static struct callout conscallout; /* callout for outputting to constty */ variable
583 callout_init(&conscallout, 0); in constty_set()
600 callout_stop(&conscallout); in constty_clear()
632 callout_reset(&conscallout, hz / constty_wakeups_per_second, in constty_timeout()