Home
last modified time | relevance | path

Searched defs:ev_fd (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Deventfd.c30 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu); in io_eventfd_free() local
36 static void io_eventfd_put(struct io_ev_fd *ev_fd) in io_eventfd_put() argument
44 struct io_ev_fd *ev_fd = container_of(rcu, struct io_ev_fd, rcu); in io_eventfd_do_signal() local
50 io_eventfd_release(struct io_ev_fd * ev_fd,bool put_ref) io_eventfd_release() argument
60 __io_eventfd_signal(struct io_ev_fd * ev_fd) __io_eventfd_signal() argument
77 io_eventfd_trigger(struct io_ev_fd * ev_fd) io_eventfd_trigger() argument
90 struct io_ev_fd *ev_fd; io_eventfd_grab() local
117 struct io_ev_fd *ev_fd; io_eventfd_signal() local
126 struct io_ev_fd *ev_fd; io_eventfd_flush_signal() local
156 struct io_ev_fd *ev_fd; io_eventfd_register() local
194 struct io_ev_fd *ev_fd; io_eventfd_unregister() local
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtask_local_storage.c258 int map_fd, parent_task_fd, ev_fd; in test_uptr_basic() local