OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_waitmutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
am2315var.h
34
kmutex_t
sc_waitmutex
;
member in struct:am2315_sc
am2315.c
209
mutex_init(&sc->
sc_waitmutex
, MUTEX_DEFAULT, IPL_NONE);
406
mutex_enter(&sc->
sc_waitmutex
);
407
rv = cv_timedwait(&sc->sc_condwait, &sc->
sc_waitmutex
,
411
mutex_exit(&sc->
sc_waitmutex
);
472
mutex_destroy(&sc->
sc_waitmutex
);
Completed in 11 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025