Home
last modified time | relevance | path

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

/linux/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
36 static void io_eventfd_put(struct io_ev_fd *ev_fd) in io_eventfd_put()
44 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu); in io_eventfd_do_signal()
54 static bool __io_eventfd_signal(struct io_ev_fd *ev_fd) in __io_eventfd_signal()
71 static bool io_eventfd_trigger(struct io_ev_fd *ev_fd) in io_eventfd_trigger()
79 struct io_ev_fd *ev_fd; in io_eventfd_signal()
89 ev_fd = rcu_dereference(ctx->io_ev_fd); in io_eventfd_signal()
123 struct io_ev_fd *ev_fd; in io_eventfd_register()
127 ev_fd = rcu_dereference_protected(ctx->io_ev_fd, in io_eventfd_register()
[all …]
/linux/include/linux/
H A Dio_uring_types.h394 struct io_ev_fd __rcu *io_ev_fd; member