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

/freebsd-12-stable/sys/powerpc/powermac/
H A Data_dbdma.h51 struct mtx dbdma_mtx; member in struct:ata_dbdma_channel
H A Data_dbdma.c74 mtx_lock(&sc->dbdma_mtx);
121 mtx_unlock(&sc->dbdma_mtx);
160 mtx_lock(&sc->dbdma_mtx);
169 mtx_unlock(&sc->dbdma_mtx);
287 mtx_init(&sc->dbdma_mtx, "ATA DBDMA", NULL, MTX_DEF);

Completed in 68 milliseconds