Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dvhost.h174 int iov_limit; member
185 int nvqs, int iov_limit, int weight, int byte_weight,
H A Dvhost.c483 vq->log = kmalloc_array(dev->iov_limit, sizeof(*vq->log), in vhost_dev_alloc_iovecs()
485 vq->heads = kmalloc_array(dev->iov_limit, sizeof(*vq->heads), in vhost_dev_alloc_iovecs()
547 int iov_limit, int weight, int byte_weight, in vhost_dev_init() argument
562 dev->iov_limit = iov_limit; in vhost_dev_init()