Searched refs:ucom_mtx (Results 1 – 1 of 1) sorted by relevance
153 static struct mtx ucom_mtx; variable287 mtx_lock(&ucom_mtx); in ucom_drain()290 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain()292 mtx_unlock(&ucom_mtx); in ucom_drain()298 mtx_lock(&ucom_mtx); in ucom_drain_all()302 usb_pause_mtx(&ucom_mtx, hz); in ucom_drain_all()304 mtx_unlock(&ucom_mtx); in ucom_drain_all()975 mtx_lock(&ucom_mtx); in ucom_ref()977 mtx_unlock(&ucom_mtx); in ucom_ref()1012 mtx_lock(&ucom_mtx); in ucom_unref()[all …]