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

/linux-master/drivers/vhost/
H A Dtest.c70 if (unlikely(vhost_enable_notify(&n->dev, vq))) {
H A Dvhost.h223 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
H A Dvsock.c123 vhost_enable_notify(&vsock->dev, vq);
139 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) {
513 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) {
H A Dnet.c513 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) {
565 vhost_enable_notify(&net->dev, rvq);
770 } else if (unlikely(vhost_enable_notify(&net->dev,
864 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) {
1146 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) {
H A Dscsi.c474 if (vhost_enable_notify(&vs->dev, vq))
953 if (unlikely(vhost_enable_notify(&vs->dev, vq))) {
H A Dvhost.c2819 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) function
2865 EXPORT_SYMBOL_GPL(vhost_enable_notify); variable

Completed in 358 milliseconds