OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usc_msg_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_athn_usb.c
290
mutex_init(&usc->
usc_msg_mtx
, MUTEX_DEFAULT, IPL_SOFTUSB);
361
mutex_destroy(&usc->
usc_msg_mtx
);
509
mutex_enter(&usc->
usc_msg_mtx
);
511
error = cv_timedwait(&usc->usc_htc_cv, &usc->
usc_msg_mtx
, hz);
514
mutex_exit(&usc->
usc_msg_mtx
);
518
mutex_exit(&usc->
usc_msg_mtx
);
549
mutex_destroy(&usc->
usc_msg_mtx
);
998
mutex_enter(&usc->
usc_msg_mtx
);
1000
error = cv_timedwait(&usc->usc_htc_cv, &usc->
usc_msg_mtx
, hz);
1003
mutex_exit(&usc->
usc_msg_mtx
);
[
all
...]
if_athn_usb.h
454
kmutex_t
usc_msg_mtx
;
member in struct:athn_usb_softc
Completed in 13 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025