OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rep_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
mpii.c
190
kmutex_t
sc_rep_mtx
;
member in struct:mpii_softc
477
mutex_init(&sc->
sc_rep_mtx
, MUTEX_DEFAULT, IPL_BIO);
760
mutex_enter(&sc->
sc_rep_mtx
);
805
mutex_exit(&sc->
sc_rep_mtx
);
2461
KASSERT(mutex_owned(&sc->
sc_rep_mtx
));
mpii.c
190
kmutex_t
sc_rep_mtx
;
member in struct:mpii_softc
477
mutex_init(&sc->
sc_rep_mtx
, MUTEX_DEFAULT, IPL_BIO);
760
mutex_enter(&sc->
sc_rep_mtx
);
805
mutex_exit(&sc->
sc_rep_mtx
);
2461
KASSERT(mutex_owned(&sc->
sc_rep_mtx
));
Completed in 25 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025