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

/freebsd-10.3-release/sys/dev/usb/
H A Dusb_core.h129 struct usb_callout timeout_handle; member in struct:usb_xfer
H A Dusb_transfer.c1092 usb_callout_init_mtx(&xfer->timeout_handle,
1401 usb_callout_drain(&xfer->timeout_handle);
2541 usb_callout_stop(&xfer->timeout_handle);
2810 usb_callout_reset(&xfer->timeout_handle,
/freebsd-10.3-release/sys/dev/pst/
H A Dpst-raid.c66 struct callout_handle timeout_handle; /* handle for untimeout */ member in struct:pst_request
248 untimeout((timeout_t *)pst_timeout, request, request->timeout_handle);
301 request->timeout_handle.callout = NULL;
303 request->timeout_handle =
/freebsd-10.3-release/sys/dev/ce/
H A Dif_ce.c178 struct callout timeout_handle; member in struct:_drv_t
228 static struct callout timeout_handle; variable in typeref:struct:callout
378 callout_reset (&timeout_handle, hz, ce_timeout, 0);
680 callout_init (&d->timeout_handle, CALLOUT_MPSAFE);
808 callout_stop (&d->timeout_handle);
863 callout_drain (&d->timeout_handle);
982 callout_stop (&d->timeout_handle);
1072 callout_reset (&d->timeout_handle, hz, ce_watchdog_timer, d);
1105 callout_reset (&d->timeout_handle, hz, ce_watchdog_timer, d);
2515 callout_reset (&d->timeout_handle, h
[all...]
/freebsd-10.3-release/sys/dev/cp/
H A Dif_cp.c125 struct callout timeout_handle; member in struct:_drv_t
168 static struct callout timeout_handle; variable in typeref:struct:callout
270 callout_reset (&timeout_handle, hz, cp_timeout, 0);
493 callout_init (&d->timeout_handle, CALLOUT_MPSAFE);
605 callout_stop (&d->timeout_handle);
647 callout_drain (&d->timeout_handle);
761 callout_stop (&d->timeout_handle);
842 callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d);
875 callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d);
2203 callout_reset (&d->timeout_handle, h
[all...]
/freebsd-10.3-release/sys/dev/ctau/
H A Dif_ct.c127 struct callout timeout_handle; member in struct:_drv_t
173 static struct callout timeout_handle; variable in typeref:struct:callout
244 callout_reset (&timeout_handle, hz, ct_timeout, 0);
705 callout_init (&d->timeout_handle, CALLOUT_MPSAFE);
819 callout_stop (&d->timeout_handle);
854 callout_drain(&d->timeout_handle);
966 callout_stop (&d->timeout_handle);
1051 callout_reset (&d->timeout_handle, hz, ct_watchdog_timer, d);
1085 callout_reset (&d->timeout_handle, hz, ct_watchdog_timer, d);
2147 callout_reset (&d->timeout_handle, h
[all...]
/freebsd-10.3-release/sys/dev/cx/
H A Dif_cx.c152 struct callout timeout_handle; member in struct:_drv_t
217 static struct callout timeout_handle; variable in typeref:struct:callout
330 callout_reset (&timeout_handle, hz*5, cx_timeout, 0);
815 callout_init (&d->timeout_handle, CALLOUT_MPSAFE);
962 callout_stop (&d->timeout_handle);
996 callout_drain (&d->timeout_handle);
1127 callout_stop (&d->timeout_handle);
1210 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d);
1243 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d);
2482 callout_reset (&d->timeout_handle, h
[all...]

Completed in 191 milliseconds