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

/freebsd-11-stable/sys/dev/sio/
H A Dsio.c301 static int sio_timeout; variable
2188 sio_timeout = hz;
2196 sio_timeout = hz > 200 ? hz / 200 : 1;
2202 sio_timeouts_until_log = hz / sio_timeout;
2204 sio_timeout);
2220 sio_timeout_handle = timeout(comwakeup, (void *)NULL, sio_timeout);
2241 sio_timeouts_until_log = hz / sio_timeout;
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c384 static int sio_timeout; variable
3315 sio_timeout = hz;
3323 sio_timeout = hz > 200 ? hz / 200 : 1;
3329 sio_timeouts_until_log = hz / sio_timeout;
3331 sio_timeout);
3347 sio_timeout_handle = timeout(comwakeup, (void *)NULL, sio_timeout);
3368 sio_timeouts_until_log = hz / sio_timeout;

Completed in 62 milliseconds