Searched refs:iov_limit (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/vhost/ |
D | vhost.h | 158 int iov_limit; member 169 int nvqs, int iov_limit, int weight, int byte_weight,
|
D | vhost.c | 395 vq->log = kmalloc_array(dev->iov_limit, sizeof(*vq->log), in vhost_dev_alloc_iovecs() 397 vq->heads = kmalloc_array(dev->iov_limit, sizeof(*vq->heads), in vhost_dev_alloc_iovecs() 461 int iov_limit, int weight, int byte_weight, in vhost_dev_init() argument 477 dev->iov_limit = iov_limit; in vhost_dev_init()
|