Home
last modified time | relevance | path

Searched refs:sx_xlocked (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dsx.h59 static inline int sx_xlocked(struct sx* sx) in sx_xlocked() function
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c2647 if (sx_xlocked(&udev->enum_sx)) in usbd_enum_lock()
2704 return (sx_xlocked(&udev->enum_sx)); in usbd_enum_is_locked()
2715 if (sx_xlocked(&udev->ctrl_sx)) in usbd_ctrl_lock()