Searched refs:vhost_enable_notify (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/vhost/
H A Dtest.c65 if (unlikely(vhost_enable_notify(&n->dev, vq))) { handle_vq()
H A Dvhost.h161 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
H A Dnet.c343 if (unlikely(vhost_enable_notify(&net->dev, vq))) { handle_tx()
575 if (unlikely(vhost_enable_notify(&net->dev, vq))) { handle_rx()
H A Dvhost.c1630 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) vhost_enable_notify() function
1665 EXPORT_SYMBOL_GPL(vhost_enable_notify); variable
H A Dscsi.c478 if (vhost_enable_notify(&vs->dev, vq)) vhost_scsi_do_evt_work()
887 if (unlikely(vhost_enable_notify(&vs->dev, vq))) { vhost_scsi_handle_vq()

Completed in 76 milliseconds