OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_tap_mutex
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
uatp.c
526
kmutex_t
sc_tap_mutex
; /* Protects the following fields. */
member in struct:uatp_softc
1530
mutex_enter(&sc->
sc_tap_mutex
);
1532
mutex_exit(&sc->
sc_tap_mutex
);
1652
KASSERT(mutex_owned(&sc->
sc_tap_mutex
));
1678
KASSERT(mutex_owned(&sc->
sc_tap_mutex
));
1994
KASSERT(mutex_owned(&sc->
sc_tap_mutex
));
2028
mutex_init(&sc->
sc_tap_mutex
, MUTEX_DEFAULT, IPL_SOFTUSB);
2036
mutex_destroy(&sc->
sc_tap_mutex
);
2042
mutex_enter(&sc->
sc_tap_mutex
);
2046
mutex_exit(&sc->
sc_tap_mutex
);
[
all
...]
Completed in 70 milliseconds
Indexes created Fri Oct 03 15:10:06 GMT 2025