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

/freebsd-13-stable/sys/dev/tws/
H A Dtws_user.c59 extern void tws_timeout(void *arg);
170 tws_timeout((void*) req);
H A Dtws_cam.c74 void tws_timeout(void *arg);
730 tws_timeout, req, 0);
767 callout_reset(&req->timeout, (TWS_IO_TIMEOUT * hz), tws_timeout, req);
814 callout_reset(&req->timeout, (TWS_IOCTL_TIMEOUT * hz), tws_timeout, req);
1120 tws_timeout(void *arg) function

Completed in 101 milliseconds