Searched refs:device_mtx (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/cam/
H A Dcam_xpt_internal.h155 struct mtx device_mtx; member in struct:cam_ed
H A Dcam_xpt.c2333 mtx_lock(&device->device_mtx);
2335 mtx_unlock(&device->device_mtx);
3262 mtx_unlock(&dev->device_mtx);
3272 mtx_lock(&dev->device_mtx);
4274 mtx_unlock(&device->device_mtx);
4286 mtx_lock(&device->device_mtx);
4851 mtx_lock(&device->device_mtx);
4852 mtx_destroy(&device->device_mtx);
4893 mtx_init(&device->device_mtx, "CAM device lock", NULL, MTX_DEF);
5345 return (&path->device->device_mtx);
[all...]
/freebsd-13-stable/sys/dev/usb/
H A Dusb_device.h201 struct mtx device_mtx; member in struct:usb_device
H A Dusb_device.c1635 USB_MTX_LOCK(&udev->device_mtx);
1641 USB_MTX_UNLOCK(&udev->device_mtx);
1794 mtx_init(&udev->device_mtx, "USB device mutex", NULL, MTX_DEF);
2340 mtx_destroy(&udev->device_mtx);
H A Dusb_dev.c515 f = usb_fifo_alloc(&udev->device_mtx);
540 f = usb_fifo_alloc(&udev->device_mtx);
H A Dusb_transfer.c3227 &udev->device_mtx)) {

Completed in 134 milliseconds