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

/freebsd-11-stable/sys/dev/amr/
H A Damr.c394 if (mtx_initialized(&sc->amr_hw_lock))
395 mtx_destroy(&sc->amr_hw_lock);
1475 mtx_lock(&sc->amr_hw_lock);
1479 msleep(sc, &sc->amr_hw_lock, PRIBIO | PCATCH, "amrpoll", hz);
1487 mtx_unlock(&sc->amr_hw_lock);
1523 mtx_unlock(&sc->amr_hw_lock);
2054 mtx_lock(&sc->amr_hw_lock);
2061 mtx_unlock(&sc->amr_hw_lock);
2084 mtx_unlock(&sc->amr_hw_lock);
2095 mtx_lock(&sc->amr_hw_lock);
[all...]
H A Damrvar.h262 struct mtx amr_hw_lock; member in struct:amr_softc
H A Damr_pci.c314 mtx_init(&sc->amr_hw_lock, "AMR HW Lock", NULL, MTX_DEF);

Completed in 200 milliseconds