Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vhost/
Dvhost.h222 bool vhost_vq_avail_empty(struct vhost_dev *, struct vhost_virtqueue *);
Dnet.c513 if (!vhost_vq_avail_empty(&net->dev, vq)) { in vhost_net_busy_poll_try_queue()
555 !vhost_vq_avail_empty(&net->dev, rvq)) || in vhost_net_busy_poll()
556 !vhost_vq_avail_empty(&net->dev, tvq)) in vhost_net_busy_poll()
655 !vhost_vq_avail_empty(vq->dev, vq); in tx_can_batch()
Dvhost.c2791 bool vhost_vq_avail_empty(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_vq_avail_empty() function
2806 EXPORT_SYMBOL_GPL(vhost_vq_avail_empty);