Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dnet.c547 if (!vhost_vq_avail_empty(&net->dev, vq)) { in vhost_net_busy_poll_try_queue()
589 !vhost_vq_avail_empty(&net->dev, rvq)) || in vhost_net_busy_poll()
590 !vhost_vq_avail_empty(&net->dev, tvq)) in vhost_net_busy_poll()
692 !vhost_vq_avail_empty(vq->dev, vq); in tx_can_batch()
H A Dvhost.c3222 bool vhost_vq_avail_empty(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_vq_avail_empty() function
3234 EXPORT_SYMBOL_GPL(vhost_vq_avail_empty);