OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_dvlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
ccdvar.h
177
kmutex_t
sc_dvlock
; /* lock on device node */
member in struct:ccd_softc
ccd.c
75
* =>
sc_dvlock
serializes access to the device nodes, excluding block I/O.
233
mutex_init(&sc->
sc_dvlock
, MUTEX_DEFAULT, IPL_NONE);
244
mutex_exit(&sc->
sc_dvlock
);
245
mutex_destroy(&sc->
sc_dvlock
);
618
mutex_enter(&cs->
sc_dvlock
);
659
mutex_exit(&cs->
sc_dvlock
);
679
mutex_enter(&cs->
sc_dvlock
);
701
mutex_exit(&cs->
sc_dvlock
);
1263
mutex_enter(&cs->
sc_dvlock
);
1354
mutex_exit(&cs->
sc_dvlock
);
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025