Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_cons.c658 static int constty_wakeups_per_second = 15; variable
659 SYSCTL_INT(_kern, OID_AUTO, constty_wakeups_per_second, CTLFLAG_RW,
660 &constty_wakeups_per_second, 0,
676 callout_reset_sbt(&conscallout, SBT_1S / constty_wakeups_per_second, in constty_timeout()