Home
last modified time | relevance | path

Searched refs:iov_limit (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/vhost/
Dvhost.h160 int iov_limit; member
171 int nvqs, int iov_limit, int weight, int byte_weight,
Dvhost.c403 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() argument
485 dev->iov_limit = iov_limit; in vhost_dev_init()