Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dnet.c515 if (!vhost_vq_avail_empty(&net->dev, vq)) { in vhost_net_busy_poll_try_queue()
557 !vhost_vq_avail_empty(&net->dev, rvq)) || in vhost_net_busy_poll()
558 !vhost_vq_avail_empty(&net->dev, tvq)) in vhost_net_busy_poll()
657 !vhost_vq_avail_empty(vq->dev, vq); in tx_can_batch()
H A Dvhost.h223 bool vhost_vq_avail_empty(struct vhost_dev *, struct vhost_virtqueue *);
H A Dvhost.c2852 bool vhost_vq_avail_empty(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_vq_avail_empty() function
2864 EXPORT_SYMBOL_GPL(vhost_vq_avail_empty);