Searched refs:vhost_disable_notify (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/drivers/vhost/ | 
| D | test.c | 58 	vhost_disable_notify(&n->dev, vq);  in handle_vq() 71 				vhost_disable_notify(&n->dev, vq);  in handle_vq()
  | 
| D | vsock.c | 107 	vhost_disable_notify(&vsock->dev, vq);  in vhost_transport_do_send_pkt() 139 				vhost_disable_notify(&vsock->dev, vq);  in vhost_transport_do_send_pkt() 483 	vhost_disable_notify(&vsock->dev, vq);  in vhost_vsock_handle_tx_kick() 502 				vhost_disable_notify(&vsock->dev, vq);  in vhost_vsock_handle_tx_kick()
  | 
| D | net.c | 516 		vhost_disable_notify(&net->dev, vq);  in vhost_net_busy_poll_try_queue() 539 	vhost_disable_notify(&net->dev, vq);  in vhost_net_busy_poll() 804 				vhost_disable_notify(&net->dev, vq);  in handle_tx_copy() 897 				vhost_disable_notify(&net->dev, vq);  in handle_tx_zerocopy() 982 	vhost_disable_notify(&net->dev, vq);  in handle_tx() 1151 	vhost_disable_notify(&net->dev, vq);  in handle_rx() 1181 				vhost_disable_notify(&net->dev, vq);  in handle_rx()
  | 
| D | vhost.h | 221 void vhost_disable_notify(struct vhost_dev *, struct vhost_virtqueue *);
  | 
| D | scsi.c | 465 	vhost_disable_notify(&vs->dev, vq);  in vhost_scsi_do_evt_work() 954 			vhost_disable_notify(&vs->dev, vq);  in vhost_scsi_get_desc() 1066 	vhost_disable_notify(&vs->dev, vq);  in vhost_scsi_handle_vq() 1391 	vhost_disable_notify(&vs->dev, vq);  in vhost_scsi_ctl_handle_vq()
  | 
| D | vhost.c | 2848 void vhost_disable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq)  in vhost_disable_notify()  function 2862 EXPORT_SYMBOL_GPL(vhost_disable_notify);
  |