OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_todevmtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/macppc/dev/
ki2cvar.h
106
kmutex_t
sc_todevmtx
;
member in struct:ki2c_softc
cuda.c
107
kmutex_t
sc_todevmtx
;
member in struct:cuda_softc
252
mutex_init(&sc->
sc_todevmtx
, MUTEX_DEFAULT, IPL_NONE);
821
mutex_enter(&sc->
sc_todevmtx
);
822
cv_timedwait(&sc->sc_todev, &sc->
sc_todevmtx
, hz);
823
mutex_exit(&sc->
sc_todevmtx
);
860
mutex_enter(&sc->
sc_todevmtx
);
861
cv_timedwait(&sc->sc_todev, &sc->
sc_todevmtx
, hz);
862
mutex_exit(&sc->
sc_todevmtx
);
920
mutex_enter(&sc->
sc_todevmtx
);
921
cv_timedwait(&sc->sc_todev, &sc->
sc_todevmtx
, hz)
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025