OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_read_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/gpio/
gpioirq.c
63
kmutex_t
sc_read_mutex
;
member in struct:gpioirq_softc
190
mutex_init(&sc->
sc_read_mutex
, MUTEX_DEFAULT, IPL_VM);
265
mutex_enter(&sc->
sc_read_mutex
);
277
mutex_exit(&sc->
sc_read_mutex
);
321
mutex_enter(&sc->
sc_read_mutex
);
333
error = cv_wait_sig(&sc->sc_condreadready,&sc->
sc_read_mutex
);
348
mutex_exit(&sc->
sc_read_mutex
);
353
mutex_exit(&sc->
sc_read_mutex
);
399
mutex_enter(&sc->
sc_read_mutex
);
401
mutex_exit(&sc->
sc_read_mutex
);
[
all
...]
/src/sys/dev/i2c/
sht3xvar.h
38
kmutex_t
sc_read_mutex
; /* for from the data queue */
member in struct:sht3x_sc
Completed in 11 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025