Searched refs:vhost_dev_init (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/vhost/ |
D | vhost.h | 175 void vhost_dev_init(struct vhost_dev *, struct vhost_virtqueue **vqs, int nvqs);
|
D | test.c | 119 vhost_dev_init(dev, vqs, VHOST_TEST_VQ_MAX); in vhost_test_open()
|
D | vsock.c | 530 vhost_dev_init(&vsock->dev, vqs, ARRAY_SIZE(vsock->vqs)); in vhost_vsock_dev_open()
|
D | vhost.c | 415 void vhost_dev_init(struct vhost_dev *dev, in vhost_dev_init() function 449 EXPORT_SYMBOL_GPL(vhost_dev_init);
|
D | net.c | 1116 vhost_dev_init(dev, vqs, VHOST_NET_VQ_MAX); in vhost_net_open()
|
D | scsi.c | 1399 vhost_dev_init(&vs->dev, vqs, VHOST_SCSI_MAX_VQ); in vhost_scsi_open()
|