HomeSort by: relevance | last modified time | path
    Searched refs:as_mtx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
agp.c 366 mutex_init(&sc->as_mtx, MUTEX_DEFAULT, IPL_NONE);
441 mutex_destroy(&sc->as_mtx);
680 mutex_enter(&sc->as_mtx);
684 mutex_exit(&sc->as_mtx);
695 mutex_exit(&sc->as_mtx);
718 mutex_exit(&sc->as_mtx);
747 mutex_exit(&sc->as_mtx);
786 mutex_exit(&sc->as_mtx);
807 mutex_exit(&sc->as_mtx);
817 mutex_enter(&sc->as_mtx);
    [all...]
agpvar.h 147 kmutex_t as_mtx; /* mutex for access to GATT */ member in struct:agp_softc

Completed in 11 milliseconds