Lines Matching defs:priv_mtx
318 f->priv_mtx = mtx;
531 mtx_lock(f->priv_mtx);
539 mtx_unlock(f->priv_mtx);
642 mtx_lock(f->priv_mtx);
670 mtx_unlock(f->priv_mtx);
711 mtx_lock(f->priv_mtx);
745 err = cv_timedwait(&f->cv_io, f->priv_mtx,
768 mtx_unlock(f->priv_mtx);
1063 mtx_lock(f->priv_mtx);
1094 mtx_unlock(f->priv_mtx);
1100 mtx_lock(f->priv_mtx);
1138 mtx_unlock(f->priv_mtx);
1169 mtx_lock(f->priv_mtx);
1245 mtx_unlock(f->priv_mtx);
1279 mtx_lock(f->priv_mtx);
1368 mtx_unlock(f->priv_mtx);
1380 mtx_assert(f->priv_mtx, MA_OWNED);
1388 err = cv_wait(&f->cv_io, f->priv_mtx);
1477 struct mtx *priv_mtx, struct usb_fifo_methods *pm,
1495 if (priv_mtx == NULL)
1496 priv_mtx = &Giant;
1515 f_tx = usb_fifo_alloc(priv_mtx);
1516 f_rx = usb_fifo_alloc(priv_mtx);
1612 mtx_lock(f->priv_mtx);
1621 mtx_unlock(f->priv_mtx);
1637 mtx_lock(f->priv_mtx);
1649 mtx_unlock(f->priv_mtx);