Lines Matching refs:eventfd_ctx
33 struct eventfd_ctx *eventfd_ctx_get(struct eventfd_ctx *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 __u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n);
39 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt);
40 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait,
54 static inline struct eventfd_ctx *eventfd_ctx_fdget(int fd) in eventfd_ctx_fdget()
59 static inline int eventfd_signal(struct eventfd_ctx *ctx, int n) in eventfd_signal()
64 static inline void eventfd_ctx_put(struct eventfd_ctx *ctx) in eventfd_ctx_put()
69 static inline ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, in eventfd_ctx_read()
75 static inline int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, in eventfd_ctx_remove_wait_queue()