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

/freebsd-current/sys/cam/ctl/
H A Dscsi_ctl.c84 struct mtx lun_softc_mtx; member in struct:ctlfe_softc
330 mtx_init(&softc->lun_softc_mtx, "LUN softc mtx", NULL, MTX_DEF);
371 mtx_destroy(&softc->lun_softc_mtx);
393 mtx_destroy(&softc->lun_softc_mtx);
598 mtx_lock(&bus_softc->lun_softc_mtx);
600 mtx_unlock(&bus_softc->lun_softc_mtx);
642 mtx_lock(&bus_softc->lun_softc_mtx);
644 mtx_unlock(&bus_softc->lun_softc_mtx);
1808 mtx_lock(&softc->lun_softc_mtx);
1820 mtx_unlock(&softc->lun_softc_mtx);
[all...]

Completed in 180 milliseconds