Lines Matching refs:eventfd_ctx
30 struct eventfd_ctx {
46 __u64 eventfd_signal_mask(struct eventfd_ctx *ctx, __u64 n, __poll_t mask)
88 __u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n)
94 static void eventfd_free_ctx(struct eventfd_ctx *ctx)
103 struct eventfd_ctx *ctx = container_of(kref, struct eventfd_ctx, kref);
115 void eventfd_ctx_put(struct eventfd_ctx *ctx)
123 struct eventfd_ctx *ctx = file->private_data;
132 struct eventfd_ctx *ctx = file->private_data;
188 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt)
210 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait,
229 struct eventfd_ctx *ctx = file->private_data;
262 struct eventfd_ctx *ctx = file->private_data;
297 struct eventfd_ctx *ctx = f->private_data;
355 struct eventfd_ctx *eventfd_ctx_fdget(int fd)
357 struct eventfd_ctx *ctx;
376 struct eventfd_ctx *eventfd_ctx_fileget(struct file *file)
378 struct eventfd_ctx *ctx;
391 struct eventfd_ctx *ctx;