Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/vhost/
Dvsock.c123 vhost_enable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt()
139 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_transport_do_send_pkt()
515 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_vsock_handle_tx_kick()
Dnet.c517 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in vhost_net_busy_poll_try_queue()
569 vhost_enable_notify(&net->dev, rvq); in vhost_net_busy_poll()
774 } else if (unlikely(vhost_enable_notify(&net->dev, in handle_tx_copy()
868 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_tx_zerocopy()
1150 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_rx()
Dvhost.h224 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
Dtest.c70 if (unlikely(vhost_enable_notify(&n->dev, vq))) { in handle_vq()
Dscsi.c485 if (vhost_enable_notify(&vs->dev, vq)) in vhost_scsi_do_evt_work()
970 if (unlikely(vhost_enable_notify(&vs->dev, vq))) { in vhost_scsi_get_desc()
Dvhost.c2867 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_enable_notify() function
2900 EXPORT_SYMBOL_GPL(vhost_enable_notify);