Searched refs:vhost_dev_init (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.h | 174 void vhost_dev_init(struct vhost_dev *, struct vhost_virtqueue **vqs,
|
H A D | test.c | 122 vhost_dev_init(dev, vqs, VHOST_TEST_VQ_MAX, UIO_MAXIOV, in vhost_test_open()
|
H A D | vsock.c | 635 vhost_dev_init(&vsock->dev, vqs, ARRAY_SIZE(vsock->vqs), in vhost_vsock_dev_open()
|
H A D | vhost.c | 467 void vhost_dev_init(struct vhost_dev *dev, in vhost_dev_init() function 510 EXPORT_SYMBOL_GPL(vhost_dev_init); variable
|
H A D | vdpa.c | 892 vhost_dev_init(dev, vqs, nvqs, 0, 0, 0, false, in vhost_vdpa_open()
|
H A D | scsi.c | 1842 vhost_dev_init(&vs->dev, vqs, VHOST_SCSI_MAX_VQ, UIO_MAXIOV, in vhost_scsi_open()
|
H A D | net.c | 1336 vhost_dev_init(dev, vqs, VHOST_NET_VQ_MAX, in vhost_net_open()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | test.c | 122 vhost_dev_init(dev, vqs, VHOST_TEST_VQ_MAX, UIO_MAXIOV, in vhost_test_open()
|
H A D | vhost.h | 182 void vhost_dev_init(struct vhost_dev *, struct vhost_virtqueue **vqs,
|
H A D | vsock.c | 667 vhost_dev_init(&vsock->dev, vqs, ARRAY_SIZE(vsock->vqs), in vhost_vsock_dev_open()
|
H A D | vhost.c | 503 void vhost_dev_init(struct vhost_dev *dev, in vhost_dev_init() function 544 EXPORT_SYMBOL_GPL(vhost_dev_init); variable
|
H A D | net.c | 1345 vhost_dev_init(dev, vqs, VHOST_NET_VQ_MAX, in vhost_net_open()
|
H A D | vdpa.c | 1320 vhost_dev_init(dev, vqs, nvqs, 0, 0, 0, false, in vhost_vdpa_open()
|
H A D | scsi.c | 1974 vhost_dev_init(&vs->dev, vqs, nvqs, UIO_MAXIOV, in vhost_scsi_open()
|
Completed in 27 milliseconds