Lines Matching refs:eventfd_ctx
32 struct eventfd_ctx;
37 void eventfd_ctx_put(struct eventfd_ctx *ctx);
39 struct eventfd_ctx *eventfd_ctx_fdget(int fd);
40 struct eventfd_ctx *eventfd_ctx_fileget(struct file *file);
41 __u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n);
42 __u64 eventfd_signal_mask(struct eventfd_ctx *ctx, __u64 n, unsigned mask);
43 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait,
45 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt);
61 static inline struct eventfd_ctx *eventfd_ctx_fdget(int fd)
66 static inline int eventfd_signal(struct eventfd_ctx *ctx, __u64 n)
71 static inline int eventfd_signal_mask(struct eventfd_ctx *ctx, __u64 n,
77 static inline void eventfd_ctx_put(struct eventfd_ctx *ctx)
82 static inline int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx,
93 static inline void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt)