Searched refs:MTX_RECURSE (Results 1 – 10 of 10) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
D | mutex.h | 45 #define MTX_RECURSE 0x00000004 /* Option: lock allowed to recurse */ macro 61 if ((unsigned int)opts & MTX_RECURSE) in mtx_init()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_inpcb.h | 253 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)
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | usb_controller.c | 851 "usb_def_mtx", MTX_DEF | MTX_RECURSE); in usb_bus_mem_alloc_all() 854 "usb_spin_mtx", MTX_SPIN | MTX_RECURSE); in usb_bus_mem_alloc_all()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_axge.c | 359 mtx_init(&sc->sc_mtx, device_get_nameunit(dev), NULL, MTX_RECURSE); in axge_attach()
|
D | if_axe.c | 705 mtx_init(&sc->sc_mtx, device_get_nameunit(dev), NULL, MTX_RECURSE); in axe_attach()
|
D | if_urndis.c | 214 mtx_init(&sc->sc_mtx, device_get_nameunit(dev), NULL, MTX_RECURSE); in urndis_attach()
|
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 727 mtx_init(&sc->sc_mtx, "uhid lock", NULL, MTX_DEF | MTX_RECURSE); in uhid_attach()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 952 NULL, MTX_DEF | MTX_RECURSE); in umass_attach() 954 NULL, MTX_DEF | MTX_RECURSE); in umass_attach() 3483 umass_dev_mtx_init(id, MTX_DEF | MTX_RECURSE); in umass_dev_add()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 254 mtx_init(&Gcall, "Gcall", NULL, MTX_DEF | MTX_RECURSE); in usb_linux_attach()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.c | 321 mtx_init(mtx, 0, 0, MTX_RECURSE); in usb_fifo_alloc()
|