Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dcallout.h62 void callout_reset(struct callout* c, int to_ticks, void (*func)(void *), void *arg);
/third_party/FreeBSD/sys/kern/
Dkern_timeout.c73 callout_reset(struct callout *c, int to_ticks, void (*func)(void *), void *arg) in callout_reset() function
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c434 callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_start_task()
506 callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_watchdog()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1440 callout_reset(&sc->sc_tmo_pcd, hz, in ehci_interrupt()
1454 callout_reset(&sc->sc_tmo_poll, hz / 128, in ehci_interrupt()
/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.c2778 callout_reset(&xfer->timeout_handle, in usbd_transfer_timeout_ms()