Home
last modified time | relevance | path

Searched refs:virtio_dev_queue_get_thread (Results 1 – 4 of 4) sorted by relevance

/spdk/lib/virtio/
H A Dspdk_virtio.map17 virtio_dev_queue_get_thread;
H A Dvirtio.c595 virtio_dev_queue_get_thread(struct virtio_dev *vdev, uint16_t index) in virtio_dev_queue_get_thread() function
615 return virtio_dev_queue_get_thread(vdev, index) != NULL; in virtio_dev_queue_is_acquired()
/spdk/include/spdk_internal/
H A Dvirtio.h314 struct spdk_thread *virtio_dev_queue_get_thread(struct virtio_dev *vdev, uint16_t index);
/spdk/module/bdev/virtio/
H A Dbdev_virtio_scsi.c1728 thread = virtio_dev_queue_get_thread(&svdev->vdev, VIRTIO_SCSI_CONTROLQ); in virtio_scsi_dev_unregister_cb()