OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rxlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_gscan.c
121
kmutex_t
sc_rxlock
;
member in struct:gscan_softc
197
mutex_enter(&sc->
sc_rxlock
);
201
mutex_exit(&sc->
sc_rxlock
);
251
mutex_exit(&sc->
sc_rxlock
);
262
mutex_exit(&sc->
sc_rxlock
);
454
mutex_enter(&sc->
sc_rxlock
);
457
mutex_exit(&sc->
sc_rxlock
);
484
mutex_enter(&sc->
sc_rxlock
);
486
mutex_exit(&sc->
sc_rxlock
);
742
mutex_init(&sc->
sc_rxlock
, MUTEX_DEFAULT, IPL_SOFTUSB)
[
all
...]
if_gscan.c
121
kmutex_t
sc_rxlock
;
member in struct:gscan_softc
197
mutex_enter(&sc->
sc_rxlock
);
201
mutex_exit(&sc->
sc_rxlock
);
251
mutex_exit(&sc->
sc_rxlock
);
262
mutex_exit(&sc->
sc_rxlock
);
454
mutex_enter(&sc->
sc_rxlock
);
457
mutex_exit(&sc->
sc_rxlock
);
484
mutex_enter(&sc->
sc_rxlock
);
486
mutex_exit(&sc->
sc_rxlock
);
742
mutex_init(&sc->
sc_rxlock
, MUTEX_DEFAULT, IPL_SOFTUSB)
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025