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

/freebsd-10.1-release/sys/cam/ctl/
H A Dscsi_ctl.c85 struct mtx lun_softc_mtx; member in struct:ctlfe_softc
363 mtx_init(&bus_softc->lun_softc_mtx, "LUN softc mtx", NULL,
418 mtx_destroy(&bus_softc->lun_softc_mtx);
448 mtx_destroy(&softc->lun_softc_mtx);
657 mtx_lock(&bus_softc->lun_softc_mtx);
659 mtx_unlock(&bus_softc->lun_softc_mtx);
1841 mtx_lock(&bus_softc->lun_softc_mtx);
1843 mtx_unlock(&bus_softc->lun_softc_mtx);
1943 mtx_lock(&bus_softc->lun_softc_mtx);
1945 mtx_unlock(&bus_softc->lun_softc_mtx);
[all...]

Completed in 45 milliseconds