Searched refs:iov_limit (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.h | 164 int iov_limit; member 175 int nvqs, int iov_limit, int weight, int byte_weight,
|
H A D | vhost.c | 403 vq->log = kmalloc_array(dev->iov_limit, sizeof(*vq->log), in vhost_dev_alloc_iovecs() 405 vq->heads = kmalloc_array(dev->iov_limit, sizeof(*vq->heads), in vhost_dev_alloc_iovecs() 469 int iov_limit, int weight, int byte_weight, in vhost_dev_init() 485 dev->iov_limit = iov_limit; in vhost_dev_init() 467 vhost_dev_init(struct vhost_dev *dev, struct vhost_virtqueue **vqs, int nvqs, int iov_limit, int weight, int byte_weight, bool use_worker, int (*msg_handler)(struct vhost_dev *dev, struct vhost_iotlb_msg *msg)) vhost_dev_init() argument
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vhost.h | 172 int iov_limit; member 183 int nvqs, int iov_limit, int weight, int byte_weight,
|
H A D | vhost.c | 441 vq->log = kmalloc_array(dev->iov_limit, sizeof(*vq->log), in vhost_dev_alloc_iovecs() 443 vq->heads = kmalloc_array(dev->iov_limit, sizeof(*vq->heads), in vhost_dev_alloc_iovecs() 505 int iov_limit, int weight, int byte_weight, in vhost_dev_init() 520 dev->iov_limit = iov_limit; in vhost_dev_init() 503 vhost_dev_init(struct vhost_dev *dev, struct vhost_virtqueue **vqs, int nvqs, int iov_limit, int weight, int byte_weight, bool use_worker, int (*msg_handler)(struct vhost_dev *dev, u32 asid, struct vhost_iotlb_msg *msg)) vhost_dev_init() argument
|
Completed in 10 milliseconds