OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_waitlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
viomb.c
91
kmutex_t
sc_waitlock
;
member in struct:viomb_softc
163
mutex_init(&sc->
sc_waitlock
, MUTEX_DEFAULT, IPL_VM); /* spin */
227
mutex_destroy(&sc->
sc_waitlock
);
255
mutex_enter(&sc->
sc_waitlock
);
257
mutex_exit(&sc->
sc_waitlock
);
332
mutex_enter(&sc->
sc_waitlock
);
335
mutex_exit(&sc->
sc_waitlock
);
449
mutex_enter(&sc->
sc_waitlock
);
452
mutex_exit(&sc->
sc_waitlock
);
520
mutex_enter(&sc->
sc_waitlock
);
[
all
...]
viomb.c
91
kmutex_t
sc_waitlock
;
member in struct:viomb_softc
163
mutex_init(&sc->
sc_waitlock
, MUTEX_DEFAULT, IPL_VM); /* spin */
227
mutex_destroy(&sc->
sc_waitlock
);
255
mutex_enter(&sc->
sc_waitlock
);
257
mutex_exit(&sc->
sc_waitlock
);
332
mutex_enter(&sc->
sc_waitlock
);
335
mutex_exit(&sc->
sc_waitlock
);
449
mutex_enter(&sc->
sc_waitlock
);
452
mutex_exit(&sc->
sc_waitlock
);
520
mutex_enter(&sc->
sc_waitlock
);
[
all
...]
Completed in 153 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025