Home
last modified time | relevance | path

Searched refs:callout_init_mtx (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/sys/
H A Dcallout.h60 void callout_init_mtx(struct callout* c, struct pthread_mutex* mtx, int flag);
/third_party/FreeBSD/sys/kern/
H A Dkern_timeout.c52 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 Dusbdi.h437 #define usb_callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f)
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c256 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