Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dnet.c393 vhost_poll_queue(&vq->poll); in vhost_zerocopy_callback()
571 vhost_poll_queue(&vq->poll); in handle_tx_copy()
602 vhost_poll_queue(&vq->poll); in handle_tx_copy()
644 vhost_poll_queue(&vq->poll); in handle_tx_zerocopy()
705 vhost_poll_queue(&vq->poll); in handle_tx_zerocopy()
805 vhost_poll_queue(&tvq->poll); in vhost_net_rx_peek_head_len()
808 vhost_poll_queue(&tvq->poll); in vhost_net_rx_peek_head_len()
957 vhost_poll_queue(&vq->poll); in handle_rx()
1030 vhost_poll_queue(&vq->poll); in handle_rx()
1035 vhost_poll_queue(&vq->poll); in handle_rx()
Dvhost.h46 void vhost_poll_queue(struct vhost_poll *poll);
Dvsock.c193 vhost_poll_queue(&tx_vq->poll); in vhost_transport_do_send_pkt()
265 vhost_poll_queue(&tx_vq->poll); in vhost_transport_cancel_pkt()
Dtest.c85 vhost_poll_queue(&vq->poll); in handle_vq()
Dvhost.c176 vhost_poll_queue(poll); in vhost_poll_wakeup()
279 void vhost_poll_queue(struct vhost_poll *poll) in vhost_poll_queue() function
283 EXPORT_SYMBOL_GPL(vhost_poll_queue);
957 vhost_poll_queue(&node->vq->poll); in vhost_iotlb_notify_vq()