Searched refs:callout_reset (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
H A D | callout.h | 61 void callout_reset(struct callout* c, int to_ticks, void (*func)(void *), void *arg);
|
/third_party/FreeBSD/sys/kern/ |
H A D | kern_timeout.c | 72 callout_reset(struct callout *c, int to_ticks, void (*func)(void *), void *arg) in callout_reset() function
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usbdi.h | 440 callout_reset(&(c)->co, __VA_ARGS__); \
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | ehci.c | 1434 callout_reset(&sc->sc_tmo_pcd, hz, in ehci_interrupt() 1448 callout_reset(&sc->sc_tmo_poll, hz / 128, in ehci_interrupt()
|
Completed in 6 milliseconds