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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c109 pthread_mutex_t vsq_mtx; member in struct:pci_vtscsi_queue
270 pthread_mutex_lock(&q->vsq_mtx);
274 pthread_cond_wait(&q->vsq_cv, &q->vsq_mtx);
282 pthread_mutex_unlock(&q->vsq_mtx);
296 pthread_mutex_unlock(&q->vsq_mtx);
626 pthread_mutex_lock(&q->vsq_mtx);
629 pthread_mutex_unlock(&q->vsq_mtx);
646 pthread_mutex_init(&queue->vsq_mtx, NULL);

Completed in 106 milliseconds