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

/netbsd-current/sys/dev/usb/
H A Dif_urtwn.c84 * The sc_write_mtx locking is to prevent sequences of writes from
416 mutex_init(&sc->sc_write_mtx, MUTEX_DEFAULT, IPL_NONE);
615 mutex_destroy(&sc->sc_write_mtx);
1007 KASSERT(mutex_owned(&sc->sc_write_mtx));
1149 KASSERT(mutex_owned(&sc->sc_write_mtx));
1268 KASSERT(mutex_owned(&sc->sc_write_mtx));
1292 KASSERT(mutex_owned(&sc->sc_write_mtx));
1324 KASSERT(mutex_owned(&sc->sc_write_mtx));
1500 mutex_enter(&sc->sc_write_mtx);
1524 mutex_exit(&sc->sc_write_mtx);
[all...]
H A Dif_urtwnvar.h136 kmutex_t sc_write_mtx; member in struct:urtwn_softc
H A Dif_otusvar.h206 kmutex_t sc_write_mtx; member in struct:otus_softc
H A Dif_otus.c638 mutex_init(&sc->sc_write_mtx, MUTEX_DEFAULT, IPL_NONE);
723 mutex_destroy(&sc->sc_write_mtx);
1353 mutex_enter(&sc->sc_write_mtx);
1396 mutex_exit(&sc->sc_write_mtx);
1464 KASSERT(mutex_owned(&sc->sc_write_mtx));
1481 KASSERT(mutex_owned(&sc->sc_write_mtx));
2272 mutex_enter(&sc->sc_write_mtx);
2274 mutex_exit(&sc->sc_write_mtx);
2329 mutex_enter(&sc->sc_write_mtx);
2334 mutex_exit(&sc->sc_write_mtx);
[all...]

Completed in 192 milliseconds