Home
last modified time | relevance | path

Searched refs:ucom_mtx (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c151 static struct mtx ucom_mtx; variable
285 mtx_lock(&ucom_mtx); in ucom_drain()
288 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain()
290 mtx_unlock(&ucom_mtx); in ucom_drain()
296 mtx_lock(&ucom_mtx); in ucom_drain_all()
300 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain_all()
302 mtx_unlock(&ucom_mtx); in ucom_drain_all()
973 mtx_lock(&ucom_mtx); in ucom_ref()
975 mtx_unlock(&ucom_mtx); in ucom_ref()
1010 mtx_lock(&ucom_mtx); in ucom_unref()
[all...]

Completed in 2 milliseconds