Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vhost/
Dvhost.h153 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
Dtest.c65 if (unlikely(vhost_enable_notify(&n->dev, vq))) { in handle_vq()
Dnet.c344 if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_tx()
576 if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_rx()
Dvhost.c1515 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_enable_notify() function
1550 EXPORT_SYMBOL_GPL(vhost_enable_notify);
Dscsi.c637 if (vhost_enable_notify(&vs->dev, vq)) in vhost_scsi_do_evt_work()
1045 if (unlikely(vhost_enable_notify(&vs->dev, vq))) { in vhost_scsi_handle_vq()