Home
last modified time | relevance | path

Searched refs:callout_stop (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/kern/
Dkern_timeout.c79 callout_stop(c); in callout_reset()
102 callout_stop(struct callout *c) in callout_stop() function
119 callout_stop(c); in callout_drain()
/third_party/FreeBSD/sys/sys/
Dcallout.h63 void callout_stop(struct callout* c);
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c446 callout_stop(&ue->ue_watchdog); in ue_stop_task()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c502 callout_stop(&sc->sc_tmo_pcd); in ehci_detach()
503 callout_stop(&sc->sc_tmo_poll); in ehci_detach()
/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.c2517 callout_stop(&xfer->timeout_handle); in usbd_transfer_done()