Home
last modified time | relevance | path

Searched refs:MTX_DEF (Results 1 – 15 of 15) sorted by relevance

/third_party/FreeBSD/sys/dev/random/
Dyarrow.h33 #define RANDOM_RESEED_INIT_LOCK(x) mtx_init(&yarrow_state.ys_mtx, "reseed mutex", NULL, MTX_DEF)
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_inpcb.h253 mtx_init(&(inp)->inp_mtx, (d), (t), MTX_DEF | MTX_RECURSE | MTX_DUPOK)
261 mtx_init(&(ipi)->ipi_mtx, (d), NULL, MTX_DEF | MTX_RECURSE)
Duser_route.h98 #define RT_LOCK_INIT(_rt) mtx_init(&(_rt)->rt_mtx, "rtentry", NULL, MTX_DEF | MTX_DUPOK)
/third_party/FreeBSD/sys/sys/
Dmutex.h43 #define MTX_DEF 0x00000000 /* DEFAULT (sleep) lock */ macro
/third_party/FreeBSD/sys/kern/
Dsubr_kobj.c60 mtx_init(&kobj_mtx, "kobj", NULL, MTX_DEF); in kobj_init_mutex()
/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c850 "usb_def_mtx", MTX_DEF | MTX_RECURSE); in usb_bus_mem_alloc_all()
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c747 mtx_init(&sc->sc_mtx, "uhid lock", NULL, MTX_DEF | MTX_RECURSE); in uhid_attach()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c950 NULL, MTX_DEF | MTX_RECURSE); in umass_attach()
952 NULL, MTX_DEF | MTX_RECURSE); in umass_attach()
3473 umass_dev_mtx_init(id, MTX_DEF | MTX_RECURSE); in umass_dev_add()
/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.c857 mtx_init(&usb_quirk_mtx, "USB quirk", NULL, MTX_DEF); in usb_quirk_init()
/third_party/FreeBSD/sys/dev/usb/serial/
Du3g.c694 mtx_init(&sc->sc_mtx, "u3g", NULL, MTX_DEF); in u3g_attach()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_cdce.c482 mtx_init(&sc->sc_mtx, device_get_nameunit(dev), NULL, MTX_DEF); in cdce_attach()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c253 mtx_init(&Gcall, "Gcall", NULL, MTX_DEF | MTX_RECURSE); in usb_linux_attach()
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c886 mtx_init(&usb_ref_lock, "USB ref mutex", NULL, MTX_DEF); in usb_dev_init()
Dusb_device.c1522 mtx_init(&udev->device_mtx, "USB device mutex", NULL, MTX_DEF); in usb_alloc_device()
Dusb_hub.c1283 mtx_init(&sc->sc_mtx, "USB HUB mutex", NULL, MTX_DEF); in uhub_attach()