Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vhost/
Dvhost.h209 bool vhost_vq_avail_empty(struct vhost_dev *, struct vhost_virtqueue *);
Dnet.c500 if (!vhost_vq_avail_empty(&net->dev, vq)) { in vhost_net_busy_poll_try_queue()
542 !vhost_vq_avail_empty(&net->dev, rvq)) || in vhost_net_busy_poll()
543 !vhost_vq_avail_empty(&net->dev, tvq)) in vhost_net_busy_poll()
640 !vhost_vq_avail_empty(vq->dev, vq); in tx_can_batch()
Dvhost.c2505 bool vhost_vq_avail_empty(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_vq_avail_empty() function
2520 EXPORT_SYMBOL_GPL(vhost_vq_avail_empty);