Home
last modified time | relevance | path

Searched refs:sx_init (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dsx.h48 #define sx_init(sx, des) (void)pthread_mutex_init(sx, 0) macro
/third_party/FreeBSD/sys/dev/random/
Drandomdev.h115 #define RANDOM_CONFIG_INIT_LOCK(x) sx_init(&randomdev_config_lock, "configuration change lock")
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c896 sx_init(&usb_sym_lock, "USB sym mutex"); in usb_dev_init()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c637 sx_init(&sc->sc_cmd_sx, "CMDQ lock"); in xhci_init()