Searched refs:xpt_topo_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/cam/
H A Dcam_xpt.c117 struct mtx xpt_topo_lock; member in struct:xpt_softc
154 MTX_SYSINIT(xpt_topo_init, &xsoftc.xpt_topo_lock, "XPT topology lock", MTX_DEF);
776 msleep(&xsoftc.ccb_scanq, &xsoftc.xpt_topo_lock, PRIBIO,
4005 mtx_assert(&xsoftc.xpt_topo_lock, MA_OWNED);
4635 mtx_assert(&xsoftc.xpt_topo_lock, MA_OWNED);
5178 mtx_lock(&xsoftc.xpt_topo_lock);
5184 mtx_unlock(&xsoftc.xpt_topo_lock);

Completed in 66 milliseconds