Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_cons.c608 static int constty_wakeups_per_second = 5; variable
609 SYSCTL_INT(_kern, OID_AUTO, constty_wakeups_per_second, CTLFLAG_RW,
610 &constty_wakeups_per_second, 0,
632 callout_reset(&conscallout, hz / constty_wakeups_per_second, in constty_timeout()