Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/serial/sio/
H A Dsio.c266 static int sio_timeouts_until_log; variable
2728 sio_timeouts_until_log = hz / sio_timeout; in siosettimeout()
2733 sio_timeouts_until_log = 1; in siosettimeout()
2771 if (--sio_timeouts_until_log > 0) { in comwakeup()
2775 sio_timeouts_until_log = hz / sio_timeout; in comwakeup()