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

/freebsd-9.3-release/sys/kern/
H A Dkern_cons.c553 static int constty_wakeups_per_second = 5; variable
554 SYSCTL_INT(_kern, OID_AUTO, constty_wakeups_per_second, CTLFLAG_RW,
555 &constty_wakeups_per_second, 0,
577 callout_reset(&conscallout, hz / constty_wakeups_per_second,

Completed in 44 milliseconds