Searched refs:timeout_handle (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/dev/cp/ |
| H A D | if_cp.c | 125 struct callout timeout_handle; member 168 static struct callout timeout_handle; variable 476 callout_init (&d->timeout_handle, 1); in cp_attach() 588 callout_stop (&d->timeout_handle); in cp_detach() 630 callout_drain (&d->timeout_handle); in cp_detach() 744 callout_stop (&d->timeout_handle); in cp_down() 2207 if (!callout_drain (&d->timeout_handle)) in ng_cp_disconnect() 2208 callout_stop (&d->timeout_handle); in ng_cp_disconnect() 2225 callout_init (&timeout_handle, 1); in cp_modevent() 2239 if (!callout_drain (&timeout_handle)) in cp_modevent() [all …]
|
| /freebsd-12.1/sys/dev/ctau/ |
| H A D | if_ct.c | 128 struct callout timeout_handle; member 174 static struct callout timeout_handle; variable 688 callout_init (&d->timeout_handle, 1); in ct_attach() 802 callout_stop (&d->timeout_handle); in ct_detach() 837 callout_drain(&d->timeout_handle); in ct_detach() 949 callout_stop (&d->timeout_handle); in ct_down() 2148 if (!callout_drain (&d->timeout_handle)) in ng_ct_disconnect() 2149 callout_stop (&d->timeout_handle); in ng_ct_disconnect() 2165 callout_init (&timeout_handle, 1); in ct_modevent() 2176 if (!callout_drain (&timeout_handle)) in ct_modevent() [all …]
|
| /freebsd-12.1/sys/dev/ce/ |
| H A D | if_ce.c | 174 struct callout timeout_handle; member 224 static struct callout timeout_handle; variable 659 callout_init (&d->timeout_handle, 1); in ce_attach() 787 callout_stop (&d->timeout_handle); in ce_detach() 842 callout_drain (&d->timeout_handle); in ce_detach() 961 callout_stop (&d->timeout_handle); in ce_down() 2519 callout_stop (&d->timeout_handle); 2556 callout_init (&timeout_handle, 1); 2558 callout_init (&timeout_handle); 2576 if (!callout_drain (&timeout_handle)) [all …]
|
| /freebsd-12.1/sys/dev/cx/ |
| H A D | if_cx.c | 153 struct callout timeout_handle; member 218 static struct callout timeout_handle; variable 799 callout_init (&d->timeout_handle, 1); in cx_attach() 946 callout_stop (&d->timeout_handle); in cx_detach() 980 callout_drain (&d->timeout_handle); in cx_detach() 1111 callout_stop (&d->timeout_handle); in cx_down() 2482 if (!callout_drain (&d->timeout_handle)) in ng_cx_disconnect() 2483 callout_stop (&d->timeout_handle); in ng_cx_disconnect() 2500 callout_init (&timeout_handle, 1); in cx_modevent() 2514 if (!callout_drain (&timeout_handle)) in cx_modevent() [all …]
|
| /freebsd-12.1/sys/dev/usb/ |
| H A D | usb_core.h | 134 struct usb_callout timeout_handle; member
|
| H A D | usb_transfer.c | 1121 usb_callout_init_mtx(&xfer->timeout_handle, in usbd_transfer_setup() 1430 usb_callout_drain(&xfer->timeout_handle); in usbd_transfer_unsetup() 2570 usb_callout_stop(&xfer->timeout_handle); in usbd_transfer_done() 2839 usb_callout_reset(&xfer->timeout_handle, in usbd_transfer_timeout_ms()
|