Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Deventfd.h42 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt);
88 static inline void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read() function
/linux-6.6.21/fs/
Deventfd.c188 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read() function
195 EXPORT_SYMBOL_GPL(eventfd_ctx_do_read);
216 eventfd_ctx_do_read(ctx, cnt); in eventfd_ctx_remove_wait_queue()
247 eventfd_ctx_do_read(ctx, &ucnt); in eventfd_read()
/linux-6.6.21/drivers/vfio/
Dvirqfd.c47 eventfd_ctx_do_read(virqfd->eventfd, &cnt); in virqfd_wakeup()
/linux-6.6.21/virt/kvm/
Deventfd.c207 eventfd_ctx_do_read(irqfd->eventfd, &cnt); in irqfd_wakeup()
/linux-6.6.21/drivers/xen/
Dprivcmd.c882 eventfd_ctx_do_read(kirqfd->eventfd, &cnt); in irqfd_inject()