Home
last modified time | relevance | path

Searched refs:io_ev_fd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dio_uring_types.h181 struct io_ev_fd { struct
279 struct io_ev_fd __rcu *io_ev_fd; member
182 cq_ev_fdio_ev_fd global() argument
183 eventfd_asyncio_ev_fd global() argument
184 rcuio_ev_fd global() argument
185 refsio_ev_fd global() argument
186 opsio_ev_fd global() argument
/openbmc/linux/io_uring/
H A Dio_uring.c541 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu); in io_eventfd_free()
549 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu); in io_eventfd_ops()
565 struct io_ev_fd *ev_fd = NULL; in io_eventfd_signal()
569 * rcu_dereference ctx->io_ev_fd once and use it for both for checking in io_eventfd_signal()
572 ev_fd = rcu_dereference(ctx->io_ev_fd); in io_eventfd_signal()
576 * completed between the NULL check of ctx->io_ev_fd at the start of in io_eventfd_signal()
2948 struct io_ev_fd *ev_fd; in io_ring_ctx_free()
2952 ev_fd = rcu_dereference_protected(ctx->io_ev_fd, in io_ring_ctx_free()
[all...]