Home
last modified time | relevance | path

Searched refs:up_mtx (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_process.c70 USB_MTX_LOCK(up->up_mtx); in usb_process_thread()
80 * to the "up_mtx" mutex. That means any attempt to queue a in usb_process_thread()
148 (void)cv_wait(&up->up_cv, up->up_mtx); in usb_process_thread()
153 USB_MTX_UNLOCK(up->up_mtx); in usb_process_thread()
211 up->up_mtx = p_mtx; in usb_proc_create()
246 if (up->up_mtx == NULL) in usb_proc_free()
255 up->up_mtx = NULL; in usb_proc_free()
361 * Allow calls when up_mtx is NULL, before the USB process in usb_proc_is_gone()
364 if (up->up_mtx != NULL) { in usb_proc_is_gone()
365 mtx_assert(up->up_mtx, MA_OWNE in usb_proc_is_gone()
[all...]
H A Dusb_process.h60 struct mtx *up_mtx; member
H A Dusb_request.c734 err = usbd_do_request_flags(udev, pproc->up_mtx, in usbd_do_request_proc()

Completed in 5 milliseconds