Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/fs/
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-6.12.1/drivers/vfio/
Dvirqfd.c47 eventfd_ctx_do_read(virqfd->eventfd, &cnt); in virqfd_wakeup()
/linux-6.12.1/virt/kvm/
Deventfd.c208 eventfd_ctx_do_read(irqfd->eventfd, &cnt); in irqfd_wakeup()
/linux-6.12.1/drivers/xen/
Dprivcmd.c918 eventfd_ctx_do_read(kirqfd->eventfd, &cnt); in irqfd_inject()