Searched refs:io_ev_fd (Results 1 – 2 of 2) sorted by relevance
14 struct io_ev_fd { struct30 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu); in io_eventfd_free() argument38 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu); in io_eventfd_do_signal()46 static void io_eventfd_put(struct io_ev_fd *ev_fd) in io_eventfd_put()52 static void io_eventfd_release(struct io_ev_fd *ev_fd, bool put_ref) in io_eventfd_release()62 static bool __io_eventfd_signal(struct io_ev_fd *ev_fd) in __io_eventfd_signal()79 static bool io_eventfd_trigger(struct io_ev_fd *ev_fd) in io_eventfd_trigger()90 static struct io_ev_fd *io_eventfd_grab(struct io_ring_ctx *ctx) in io_eventfd_grab()92 struct io_ev_fd *ev_fd; in io_eventfd_grab()103 ev_fd = rcu_dereference(ctx->io_ev_fd); in io_eventfd_grab()[all …]
326 struct io_ev_fd __rcu *io_ev_fd; member