Searched refs:callout_reset (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
D | callout.h | 62 void callout_reset(struct callout* c, int to_ticks, void (*func)(void *), void *arg);
|
/third_party/FreeBSD/sys/kern/ |
D | kern_timeout.c | 73 callout_reset(struct callout *c, int to_ticks, void (*func)(void *), void *arg) in callout_reset() function
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_ethernet.c | 434 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/ |
D | ehci.c | 1440 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/ |
D | usb_transfer.c | 2778 callout_reset(&xfer->timeout_handle, in usbd_transfer_timeout_ms()
|