Lines Matching refs:poll
138 struct vhost_poll poll[VHOST_NET_VQ_MAX]; member
410 vhost_poll_queue(&vq->poll); in vhost_zerocopy_complete()
435 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_disable_vq() local
438 vhost_poll_stop(poll); in vhost_net_disable_vq()
446 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_enable_vq() local
453 return vhost_poll_start(poll, sock->file); in vhost_net_enable_vq()
529 vhost_poll_queue(&vq->poll); in vhost_net_busy_poll_try_queue()
532 vhost_poll_queue(&vq->poll); in vhost_net_busy_poll_try_queue()
845 vhost_poll_queue(&vq->poll); in handle_tx_copy()
891 vhost_poll_queue(&vq->poll); in handle_tx_zerocopy()
1193 vhost_poll_queue(&vq->poll); in handle_rx()
1272 vhost_poll_queue(&vq->poll); in handle_rx()
1283 poll.work); in handle_tx_kick()
1292 poll.work); in handle_rx_kick()
1301 poll[VHOST_NET_VQ_TX].work); in handle_tx_net()
1308 poll[VHOST_NET_VQ_RX].work); in handle_rx_net()
1369 vhost_poll_init(n->poll + VHOST_NET_VQ_TX, handle_tx_net, EPOLLOUT, dev, in vhost_net_open()
1371 vhost_poll_init(n->poll + VHOST_NET_VQ_RX, handle_rx_net, EPOLLIN, dev, in vhost_net_open()
1853 .poll = vhost_net_chr_poll,