Home
last modified time | relevance | path

Searched refs:sx_assert (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dsx.h54 #define sx_assert(sx, flag) do { \ macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h536 #define XHCI_CMD_ASSERT_LOCKED(sc) sx_assert(&(sc)->sc_cmd_sx, SA_LOCKED)
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c659 sx_assert(&udev->enum_sx, SA_LOCKED); in usb_config_parse()
1085 sx_assert(&udev->enum_sx, SA_LOCKED); in usb_detach_device()
1404 sx_assert(&udev->sr_sx, SA_LOCKED); in usb_suspend_resume()