Lines Matching refs:poll
139 struct vhost_poll poll[VHOST_NET_VQ_MAX]; member
413 vhost_poll_queue(&vq->poll); in vhost_zerocopy_complete()
438 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_disable_vq() local
441 vhost_poll_stop(poll); in vhost_net_disable_vq()
449 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_enable_vq() local
456 return vhost_poll_start(poll, sock->file); in vhost_net_enable_vq()
532 vhost_poll_queue(&vq->poll); in vhost_net_busy_poll_try_queue()
535 vhost_poll_queue(&vq->poll); in vhost_net_busy_poll_try_queue()
791 vhost_poll_queue(&vq->poll); in handle_tx_copy()
892 vhost_poll_queue(&vq->poll); in handle_tx_zerocopy()
1201 vhost_poll_queue(&vq->poll); in handle_rx()
1280 vhost_poll_queue(&vq->poll); in handle_rx()
1291 poll.work); in handle_tx_kick()
1300 poll.work); in handle_rx_kick()
1309 poll[VHOST_NET_VQ_TX].work); in handle_tx_net()
1316 poll[VHOST_NET_VQ_RX].work); in handle_rx_net()
1377 vhost_poll_init(n->poll + VHOST_NET_VQ_TX, handle_tx_net, EPOLLOUT, dev, in vhost_net_open()
1379 vhost_poll_init(n->poll + VHOST_NET_VQ_RX, handle_rx_net, EPOLLIN, dev, in vhost_net_open()
1862 .poll = vhost_net_chr_poll,