Searched refs:io_eventfd_ops (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dio_uring.h121 void io_eventfd_ops(struct rcu_head *rcu);
H A Dregister.c82 call_rcu(&ev_fd->rcu, io_eventfd_ops);
H A Dio_uring.c542 void io_eventfd_ops(struct rcu_head *rcu) function
588 call_rcu_hurry(&ev_fd->rcu, io_eventfd_ops);

Completed in 202 milliseconds