Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Deventfd.c14 struct io_ev_fd { struct
30 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu); in io_eventfd_free() argument
44 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu); in io_eventfd_do_signal()
90 struct io_ev_fd *ev_fd; in io_eventfd_grab()
101 ev_fd = rcu_dereference(ctx->io_ev_fd); in io_eventfd_grab()
117 struct io_ev_fd *ev_fd; in io_eventfd_signal()
126 struct io_ev_fd *ev_fd; in io_eventfd_flush_signal()
156 struct io_ev_fd *ev_fd; in io_eventfd_register()
188 rcu_assign_pointer(ctx->io_ev_fd, ev_fd); in io_eventfd_register()
194 struct io_ev_fd *ev_fd; in io_eventfd_unregister()
[all …]
/linux-6.15/include/linux/
H A Dio_uring_types.h345 struct io_ev_fd __rcu *io_ev_fd; member