Lines Matching refs:eventfd_ctx
29 struct eventfd_ctx;
34 void eventfd_ctx_put(struct eventfd_ctx *ctx);
36 struct eventfd_ctx *eventfd_ctx_fdget(int fd);
37 struct eventfd_ctx *eventfd_ctx_fileget(struct file *file);
38 void eventfd_signal_mask(struct eventfd_ctx *ctx, __poll_t mask);
39 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait,
41 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt);
55 static inline struct eventfd_ctx *eventfd_ctx_fdget(int fd) in eventfd_ctx_fdget()
60 static inline void eventfd_signal_mask(struct eventfd_ctx *ctx, __poll_t mask) in eventfd_signal_mask()
64 static inline void eventfd_ctx_put(struct eventfd_ctx *ctx) in eventfd_ctx_put()
69 static inline int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, in eventfd_ctx_remove_wait_queue()
80 static inline void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read()
87 static inline void eventfd_signal(struct eventfd_ctx *ctx) in eventfd_signal()