cq_ev_fd 223 fs/io_uring.c struct eventfd_ctx *cq_ev_fd; cq_ev_fd 597 fs/io_uring.c if (ctx->cq_ev_fd) cq_ev_fd 598 fs/io_uring.c eventfd_signal(ctx->cq_ev_fd, 1); cq_ev_fd 3593 fs/io_uring.c if (ctx->cq_ev_fd) cq_ev_fd 3599 fs/io_uring.c ctx->cq_ev_fd = eventfd_ctx_fdget(fd); cq_ev_fd 3600 fs/io_uring.c if (IS_ERR(ctx->cq_ev_fd)) { cq_ev_fd 3601 fs/io_uring.c int ret = PTR_ERR(ctx->cq_ev_fd); cq_ev_fd 3602 fs/io_uring.c ctx->cq_ev_fd = NULL; cq_ev_fd 3611 fs/io_uring.c if (ctx->cq_ev_fd) { cq_ev_fd 3612 fs/io_uring.c eventfd_ctx_put(ctx->cq_ev_fd); cq_ev_fd 3613 fs/io_uring.c ctx->cq_ev_fd = NULL;