Searched refs:eventfd_ctx_remove_wait_queue (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Deventfd.h39 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait,
69 static inline int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, function
/linux-master/drivers/vfio/
H A Dvirqfd.c90 eventfd_ctx_remove_wait_queue(virqfd->eventfd, &virqfd->wait, &cnt);
/linux-master/fs/
H A Deventfd.c186 * eventfd_ctx_remove_wait_queue - Read the current counter and removes wait queue.
198 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait, function
212 EXPORT_SYMBOL_GPL(eventfd_ctx_remove_wait_queue); variable
/linux-master/drivers/virt/acrn/
H A Dirqfd.c57 eventfd_ctx_remove_wait_queue(irqfd->eventfd, &irqfd->wait, &cnt);
/linux-master/virt/kvm/
H A Deventfd.c135 eventfd_ctx_remove_wait_queue(irqfd->eventfd, &irqfd->wait, &cnt);
/linux-master/drivers/xen/
H A Dprivcmd.c876 eventfd_ctx_remove_wait_queue(kirqfd->eventfd, &kirqfd->wait, &cnt);

Completed in 126 milliseconds