Home
last modified time | relevance | path

Searched refs:callout_init_mtx (Results 1 – 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dcallout.h61 void callout_init_mtx(struct callout* c, struct pthread_mutex* mtx, int flag);
/third_party/FreeBSD/sys/kern/
Dkern_timeout.c53 callout_init_mtx(struct callout *c, struct pthread_mutex *mtx, int flag) in callout_init_mtx() function
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci_pci.c128 callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0); in xhci_pci_attach()
Dusb_controller.c855 callout_init_mtx(&bus->power_wdog, in usb_bus_mem_alloc_all()
Dehci.c257 callout_init_mtx(&sc->sc_tmo_pcd, &sc->sc_bus.bus_mtx, 0); in ehci_init()
258 callout_init_mtx(&sc->sc_tmo_poll, &sc->sc_bus.bus_mtx, 0); in ehci_init()
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c292 callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.c1042 callout_init_mtx(&xfer->timeout_handle, in usbd_transfer_setup()