Searched refs:io_ev_fd (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dregister.c37 struct io_ev_fd *ev_fd;
41 ev_fd = rcu_dereference_protected(ctx->io_ev_fd,
66 rcu_assign_pointer(ctx->io_ev_fd, ev_fd);
74 struct io_ev_fd *ev_fd;
76 ev_fd = rcu_dereference_protected(ctx->io_ev_fd,
80 rcu_assign_pointer(ctx->io_ev_fd, NULL);
H A Dio_uring.c544 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu);
562 struct io_ev_fd *ev_fd = NULL;
566 * rcu_dereference ctx->io_ev_fd once and use it for both for checking
569 ev_fd = rcu_dereference(ctx->io_ev_fd);
573 * completed between the NULL check of ctx->io_ev_fd at the start of
/linux-master/include/linux/
H A Dio_uring_types.h213 struct io_ev_fd { struct
320 struct io_ev_fd __rcu *io_ev_fd; member in struct:io_ring_ctx::__anon49

Completed in 358 milliseconds