Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vhost/
Dvhost.h174 int byte_weight; member
183 int nvqs, int iov_limit, int weight, int byte_weight,
Dvhost.c469 if ((dev->byte_weight && total_len >= dev->byte_weight) || in vhost_exceeds_weight()
505 int iov_limit, int weight, int byte_weight, in vhost_dev_init() argument
522 dev->byte_weight = byte_weight; in vhost_dev_init()