Searched refs:byte_weight (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.h | 166 int byte_weight; member 175 int nvqs, int iov_limit, int weight, int byte_weight,
|
H A D | vhost.c | 431 if ((dev->byte_weight && total_len >= dev->byte_weight) || in vhost_exceeds_weight() 469 int iov_limit, int weight, int byte_weight, in vhost_dev_init() 487 dev->byte_weight = byte_weight; in vhost_dev_init() 467 vhost_dev_init(struct vhost_dev *dev, struct vhost_virtqueue **vqs, int nvqs, int iov_limit, int weight, int byte_weight, bool use_worker, int (*msg_handler)(struct vhost_dev *dev, struct vhost_iotlb_msg *msg)) vhost_dev_init() argument
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vhost.h | 174 int byte_weight; member 183 int nvqs, int iov_limit, int weight, int byte_weight,
|
H A D | vhost.c | 469 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() 522 dev->byte_weight = byte_weight; in vhost_dev_init() 503 vhost_dev_init(struct vhost_dev *dev, struct vhost_virtqueue **vqs, int nvqs, int iov_limit, int weight, int byte_weight, bool use_worker, int (*msg_handler)(struct vhost_dev *dev, u32 asid, struct vhost_iotlb_msg *msg)) vhost_dev_init() argument
|
Completed in 8 milliseconds