Searched refs:eventfd_ctx_read (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Deventfd.h38 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt);
68 static inline ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Deventfd.c175 * eventfd_ctx_read - Reads the eventfd counter or wait if it is zero.
188 ssize_t eventfd_ctx_read(struct eventfd_ctx *ctx, int no_wait, __u64 *cnt) function
226 EXPORT_SYMBOL_GPL(eventfd_ctx_read); variable
237 res = eventfd_ctx_read(ctx, file->f_flags & O_NONBLOCK, &cnt);

Completed in 23 milliseconds