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

/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_virtio_block.c188 pthread_mutex_t vsc_mtx; member in struct:pci_vtblk_softc
250 pthread_mutex_lock(&sc->vsc_mtx);
252 pthread_mutex_unlock(&sc->vsc_mtx);
435 pthread_mutex_init(&sc->vsc_mtx, NULL);
439 sc->vbsc_vs.vs_mtx = &sc->vsc_mtx;
H A Dpci_virtio_net.c104 pthread_mutex_t vsc_mtx; member in struct:pci_vtnet_softc
544 pthread_mutex_init(&sc->vsc_mtx, NULL);
623 sc->vsc_vs.vs_mtx = &sc->vsc_mtx;
H A Dpci_virtio_console.c126 pthread_mutex_t vsc_mtx; member in struct:pci_vtcon_softc
631 sc->vsc_vs.vs_mtx = &sc->vsc_mtx;

Completed in 92 milliseconds