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

/freebsd-11.0-release/sys/dev/stg/
H A Dtmc18c30_subr.c71 mtx_init(&sc->sc_sclow.sl_lock, "stg", NULL, MTX_DEF);
121 mtx_destroy(&sc->sc_sclow.sl_lock);
/freebsd-11.0-release/sys/dev/ncv/
H A Dncr53c500_pccard.c137 mtx_destroy(&sc->sc_sclow.sl_lock);
157 mtx_init(&sc->sc_sclow.sl_lock, "ncv", NULL, MTX_DEF);
/freebsd-11.0-release/sys/dev/nsp/
H A Dnsp_pccard.c111 mtx_destroy(&sc->sc_sclow.sl_lock);
125 mtx_init(&sc->sc_sclow.sl_lock, "nsp", NULL, MTX_DEF);
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.h449 struct mtx sl_lock; member in struct:scsi_low_softc
561 #define SCSI_LOW_LOCK(sl) mtx_lock(&(sl)->sl_lock)
562 #define SCSI_LOW_UNLOCK(sl) mtx_unlock(&(sl)->sl_lock)
563 #define SCSI_LOW_ASSERT_LOCKED(sl) mtx_assert(&(sl)->sl_lock, MA_OWNED)
H A Dscsi_low.c761 device_get_unit(slp->sl_dev), &slp->sl_lock,
/freebsd-11.0-release/sys/dev/ct/
H A Dct_isa.c293 mtx_init(&slp->sl_lock, "ct", NULL, MTX_DEF);

Completed in 169 milliseconds