Searched refs:cq_ev_fd (Results 1 – 1 of 1) sorted by relevance
359 struct eventfd_ctx *cq_ev_fd; member1569 if (!ctx->cq_ev_fd) in io_should_trigger_evfd()1585 eventfd_signal(ctx->cq_ev_fd, 1); in io_cqring_ev_posted()8238 if (ctx->cq_ev_fd) in io_eventfd_register()8244 ctx->cq_ev_fd = eventfd_ctx_fdget(fd); in io_eventfd_register()8245 if (IS_ERR(ctx->cq_ev_fd)) { in io_eventfd_register()8246 int ret = PTR_ERR(ctx->cq_ev_fd); in io_eventfd_register()8247 ctx->cq_ev_fd = NULL; in io_eventfd_register()8256 if (ctx->cq_ev_fd) { in io_eventfd_unregister()8257 eventfd_ctx_put(ctx->cq_ev_fd); in io_eventfd_unregister()[all …]