Searched refs:vhost_disable_notify (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/vhost/ |
H A D | test.c | 53 vhost_disable_notify(&n->dev, vq); handle_vq() 66 vhost_disable_notify(&n->dev, vq); handle_vq()
|
H A D | net.c | 317 vhost_disable_notify(&net->dev, vq); handle_tx() 344 vhost_disable_notify(&net->dev, vq); handle_tx() 547 vhost_disable_notify(&net->dev, vq); handle_rx() 578 vhost_disable_notify(&net->dev, vq); handle_rx()
|
H A D | vhost.h | 160 void vhost_disable_notify(struct vhost_dev *, struct vhost_virtqueue *);
|
H A D | scsi.c | 469 vhost_disable_notify(&vs->dev, vq); vhost_scsi_do_evt_work() 874 vhost_disable_notify(&vs->dev, vq); vhost_scsi_handle_vq() 888 vhost_disable_notify(&vs->dev, vq); vhost_scsi_handle_vq()
|
H A D | vhost.c | 1668 void vhost_disable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) vhost_disable_notify() function 1682 EXPORT_SYMBOL_GPL(vhost_disable_notify); variable
|
Completed in 71 milliseconds