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

/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_mmc.c67 struct mtx lm_mtx; member in struct:lpc_mmc_softc
117 mtx_lock(&_sc->lm_mtx);
119 mtx_unlock(&_sc->lm_mtx);
178 mtx_init(&sc->lm_mtx, "lpcmmc", "mmc", MTX_DEF);
684 error = mtx_sleep(sc, &sc->lm_mtx, PZERO, "mmcah", 0);

Completed in 69 milliseconds