OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_complock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ehcivar.h
184
kmutex_t
sc_complock
;
member in struct:ehci_softc
ehci.c
472
mutex_init(&sc->
sc_complock
, MUTEX_DEFAULT, IPL_USB);
1410
mutex_enter(&sc->
sc_complock
);
1413
cv_wait(&sc->sc_compcv, &sc->
sc_complock
);
1414
mutex_exit(&sc->
sc_complock
);
1419
mutex_destroy(&sc->
sc_complock
);
2754
mutex_enter(&sc->
sc_complock
);
2758
mutex_exit(&sc->
sc_complock
);
2766
mutex_enter(&sc->
sc_complock
);
2771
mutex_exit(&sc->
sc_complock
);
2779
mutex_exit(&sc->
sc_complock
);
[
all
...]
Completed in 30 milliseconds
Indexes created Fri Oct 17 22:10:11 GMT 2025