Home
last modified time | relevance | path

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

/linux/include/linux/
A Deventfd.h41 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt);
80 static inline void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read() function
/linux/fs/
A Deventfd.c176 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read() function
183 EXPORT_SYMBOL_GPL(eventfd_ctx_do_read);
204 eventfd_ctx_do_read(ctx, cnt); in eventfd_ctx_remove_wait_queue()
235 eventfd_ctx_do_read(ctx, &ucnt); in eventfd_read()
/linux/drivers/vfio/
A Dvirqfd.c47 eventfd_ctx_do_read(virqfd->eventfd, &cnt); in virqfd_wakeup()
/linux/virt/kvm/
A Deventfd.c208 eventfd_ctx_do_read(irqfd->eventfd, &cnt); in irqfd_wakeup()
/linux/drivers/xen/
A Dprivcmd.c918 eventfd_ctx_do_read(kirqfd->eventfd, &cnt); in irqfd_inject()

Completed in 16 milliseconds