Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvhost.c499 if ((dev->byte_weight && total_len >= dev->byte_weight) || in vhost_exceeds_weight()
535 int iov_limit, int weight, int byte_weight, in vhost_dev_init() argument
552 dev->byte_weight = byte_weight; in vhost_dev_init()