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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c110 pthread_mutex_t vsq_qmtx; member in struct:pci_vtscsi_queue
286 pthread_mutex_lock(&q->vsq_qmtx);
289 pthread_mutex_unlock(&q->vsq_qmtx);
647 pthread_mutex_init(&queue->vsq_qmtx, NULL);

Completed in 156 milliseconds