Searched refs:up_mtx (Results 1 – 4 of 4) sorted by relevance
103 USB_MTX_LOCK(up->up_mtx); in usb_process()177 cv_wait(&up->up_cv, up->up_mtx); in usb_process()182 USB_MTX_UNLOCK(up->up_mtx); in usb_process()207 up->up_mtx = p_mtx; in usb_proc_create()242 if (up->up_mtx == NULL) in usb_proc_free()251 up->up_mtx = NULL; in usb_proc_free()279 USB_MTX_ASSERT(up->up_mtx, MA_OWNED); in usb_proc_msignal()359 if (up->up_mtx != NULL) in usb_proc_is_gone()360 USB_MTX_ASSERT(up->up_mtx, MA_OWNED); in usb_proc_is_gone()376 USB_MTX_ASSERT(up->up_mtx, MA_OWNED); in usb_proc_mwait_impl()[all …]
61 struct mtx *up_mtx; member
768 err = usbd_do_request_flags(udev, pproc->up_mtx, in usbd_do_request_proc()
1154 up->up_mtx = &usb_proc_mtx; in usb_process_init_sub()