Searched refs:callout_init_mtx (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
H A D | callout.h | 60 void callout_init_mtx(struct callout* c, struct pthread_mutex* mtx, int flag);
|
/third_party/FreeBSD/sys/kern/ |
H A D | kern_timeout.c | 52 callout_init_mtx(struct callout *c, struct pthread_mutex *mtx, int flag) in callout_init_mtx() function
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usbdi.h | 437 #define usb_callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f)
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | ehci.c | 256 callout_init_mtx(&sc->sc_tmo_pcd, &sc->sc_bus.bus_mtx, 0); in ehci_init() 257 callout_init_mtx(&sc->sc_tmo_poll, &sc->sc_bus.bus_mtx, 0); in ehci_init()
|
Completed in 6 milliseconds