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 26 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025