Lines Matching refs:poll
134 struct vhost_poll poll[VHOST_NET_VQ_MAX];
405 vhost_poll_queue(&vq->poll);
426 struct vhost_poll *poll = n->poll + (nvq - n->vqs);
429 vhost_poll_stop(poll);
437 struct vhost_poll *poll = n->poll + (nvq - n->vqs);
444 return vhost_poll_start(poll, sock->file);
511 vhost_poll_queue(&vq->poll);
514 vhost_poll_queue(&vq->poll);
800 vhost_poll_queue(&vq->poll);
893 vhost_poll_queue(&vq->poll);
1168 vhost_poll_queue(&vq->poll);
1244 vhost_poll_queue(&vq->poll);
1255 poll.work);
1264 poll.work);
1273 poll[VHOST_NET_VQ_TX].work);
1280 poll[VHOST_NET_VQ_RX].work);
1341 vhost_poll_init(n->poll + VHOST_NET_VQ_TX, handle_tx_net, EPOLLOUT, dev);
1342 vhost_poll_init(n->poll + VHOST_NET_VQ_RX, handle_rx_net, EPOLLIN, dev);
1377 vhost_poll_flush(n->poll + index);
1378 vhost_poll_flush(&n->vqs[index].vq.poll);
1779 .poll = vhost_net_chr_poll,