Searched refs:callout_init_mtx (Results 1 – 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
D | callout.h | 61 void callout_init_mtx(struct callout* c, struct pthread_mutex* mtx, int flag);
|
/third_party/FreeBSD/sys/kern/ |
D | kern_timeout.c | 53 callout_init_mtx(struct callout *c, struct pthread_mutex *mtx, int flag) in callout_init_mtx() function
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci_pci.c | 128 callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0); in xhci_pci_attach()
|
D | usb_controller.c | 855 callout_init_mtx(&bus->power_wdog, in usb_bus_mem_alloc_all()
|
D | ehci.c | 257 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/ |
D | usb_ethernet.c | 292 callout_init_mtx(&ue->ue_watchdog, ue->ue_mtx, 0); in ue_attach_post_task()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_transfer.c | 1042 callout_init_mtx(&xfer->timeout_handle, in usbd_transfer_setup()
|