Searched refs:sio_timeouts_until_log (Results 1 – 1 of 1) sorted by relevance
266 static int sio_timeouts_until_log; variable2728 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()