Lines Matching refs:kickfd
61 struct eventfd_ctx *kickfd;
459 if (vq->kickfd)
460 eventfd_ctx_put(vq->kickfd);
461 vq->kickfd = NULL;
496 if (vq->kickfd)
497 eventfd_signal(vq->kickfd, 1);
911 if (vq->kickfd)
912 eventfd_ctx_put(vq->kickfd);
913 vq->kickfd = ctx;
914 if (vq->ready && vq->kicked && vq->kickfd) {
915 eventfd_signal(vq->kickfd, 1);