OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_conflock
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/i2o/
iop.c
296
mutex_init(&sc->
sc_conflock
, MUTEX_DEFAULT, IPL_NONE);
478
mutex_enter(&sc->
sc_conflock
);
486
mutex_exit(&sc->
sc_conflock
);
507
mutex_exit(&sc->
sc_conflock
);
543
mutex_exit(&sc->
sc_conflock
);
548
mutex_exit(&sc->
sc_conflock
);
576
mutex_exit(&sc->
sc_conflock
);
600
mutex_exit(&sc->
sc_conflock
);
631
mutex_enter(&sc->
sc_conflock
);
636
(void)cv_timedwait(&sc->sc_confcv, &sc->
sc_conflock
, hz * 5)
[
all
...]
iopvar.h
136
kmutex_t
sc_conflock
; /* Configuration lock */
member in struct:iop_softc
iopsp.c
235
KASSERT(mutex_owned(&iop->
sc_conflock
));
357
mutex_enter(&iop->
sc_conflock
);
374
mutex_exit(&iop->
sc_conflock
);
dpti.c
245
mutex_enter(&iop->
sc_conflock
);
308
mutex_exit(&iop->
sc_conflock
);
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025