Searched refs:up_mtx (Results 1 – 4 of 4) sorted by relevance
119 mtx_lock(up->up_mtx); in usb_process()194 cv_wait(&up->up_cv, up->up_mtx); in usb_process()199 mtx_unlock(up->up_mtx); in usb_process()226 up->up_mtx = p_mtx; in usb_proc_create()263 if (up->up_mtx == NULL) in usb_proc_free()272 up->up_mtx = NULL; in usb_proc_free()299 mtx_assert(up->up_mtx, MA_OWNED); in usb_proc_msignal()379 if (up->up_mtx != NULL) in usb_proc_is_gone()380 mtx_assert(up->up_mtx, MA_OWNED); in usb_proc_is_gone()401 mtx_assert(up->up_mtx, MA_OWNED); in usb_proc_mwait()[all …]
64 struct mtx *up_mtx; member
757 err = usbd_do_request_flags(udev, pproc->up_mtx, in usbd_do_request_proc()
946 up->up_mtx = &usb_proc_mtx; in usb_process_init_sub()