OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_configlock
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
uhidev.c
111
struct lwp *
sc_configlock
;
member in struct:uhidev_softc
118
* - Written under
sc_configlock
only when transitioning to and
204
sc->
sc_configlock
= NULL;
535
KASSERT(sc->
sc_configlock
== NULL);
622
if (sc->
sc_configlock
== NULL)
629
sc->
sc_configlock
= curlwp;
639
while (sc->
sc_configlock
)
641
sc->
sc_configlock
= curlwp;
649
KASSERTMSG(sc->
sc_configlock
== curlwp, "%s: migrated from %p to %p",
650
device_xname(sc->sc_dev), curlwp, sc->
sc_configlock
);
[
all
...]
Completed in 15 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026