Home
last modified time | relevance | path

Searched refs:eventfd_ctx_do_read (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Deventfd.h44 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt);
86 static inline void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read() function
/linux-4.19.296/fs/
Deventfd.c177 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read() function
184 EXPORT_SYMBOL_GPL(eventfd_ctx_do_read);
205 eventfd_ctx_do_read(ctx, cnt); in eventfd_ctx_remove_wait_queue()
250 eventfd_ctx_do_read(ctx, &ucnt); in eventfd_read()