OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_thread_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
udl.c
483
mutex_init(&sc->
sc_thread_mtx
, MUTEX_DEFAULT, IPL_NONE);
528
mutex_enter(&sc->
sc_thread_mtx
);
531
mutex_exit(&sc->
sc_thread_mtx
);
534
mutex_destroy(&sc->
sc_thread_mtx
);
863
mutex_enter(&sc->
sc_thread_mtx
);
868
mutex_exit(&sc->
sc_thread_mtx
);
877
mutex_enter(&sc->
sc_thread_mtx
);
886
mutex_exit(&sc->
sc_thread_mtx
);
1833
mutex_enter(&sc->
sc_thread_mtx
);
1837
mutex_exit(&sc->
sc_thread_mtx
);
[
all
...]
udl.h
127
kmutex_t
sc_thread_mtx
;
member in struct:udl_softc
Completed in 15 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025