Searched refs:vhost_enable_notify (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
D | vsock.c | 111 vhost_enable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt() 137 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_transport_do_send_pkt() 470 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_vsock_handle_tx_kick()
|
D | net.c | 512 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in vhost_net_busy_poll_try_queue() 564 vhost_enable_notify(&net->dev, rvq); in vhost_net_busy_poll() 801 } else if (unlikely(vhost_enable_notify(&net->dev, in handle_tx_copy() 894 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_tx_zerocopy() 1169 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_rx()
|
D | vhost.h | 205 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
|
D | test.c | 70 if (unlikely(vhost_enable_notify(&n->dev, vq))) { in handle_vq()
|
D | scsi.c | 500 if (vhost_enable_notify(&vs->dev, vq)) in vhost_scsi_do_evt_work() 860 if (unlikely(vhost_enable_notify(&vs->dev, vq))) { in vhost_scsi_get_desc()
|
D | vhost.c | 2514 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_enable_notify() function 2549 EXPORT_SYMBOL_GPL(vhost_enable_notify);
|