Searched refs:constty_wakeups_per_second (Results 1 – 1 of 1) sorted by relevance
608 static int constty_wakeups_per_second = 5; variable609 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()