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

/freebsd-10.2-release/usr.sbin/bhyve/
H A Dvirtio.h322 pthread_mutex_t *vs_mtx; /* POSIX mutex, if any */ member in struct:virtio_softc
334 if (vs->vs_mtx) \
335 pthread_mutex_lock(vs->vs_mtx); \
340 if (vs->vs_mtx) \
341 pthread_mutex_unlock(vs->vs_mtx); \
H A Dvirtio.c93 if (vs->vs_mtx)
94 assert(pthread_mutex_isowned_np(vs->vs_mtx));
547 if (vs->vs_mtx)
548 pthread_mutex_lock(vs->vs_mtx);
633 if (vs->vs_mtx)
634 pthread_mutex_unlock(vs->vs_mtx);
668 if (vs->vs_mtx)
669 pthread_mutex_lock(vs->vs_mtx);
775 if (vs->vs_mtx)
776 pthread_mutex_unlock(vs->vs_mtx);
[all...]
H A Dpci_virtio_rnd.c161 sc->vrsc_vs.vs_mtx = &sc->vrsc_mtx;
H A Dpci_virtio_block.c333 sc->vbsc_vs.vs_mtx = &sc->vsc_mtx;
H A Dpci_virtio_net.c553 sc->vsc_vs.vs_mtx = &sc->vsc_mtx;

Completed in 71 milliseconds