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

/linux-4.1.27/include/linux/
H A Deventfd.h40 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait,
75 static inline int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, eventfd_ctx_remove_wait_queue() function
/linux-4.1.27/fs/
H A Deventfd.c144 * eventfd_ctx_remove_wait_queue - Read the current counter and removes wait queue.
156 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait, eventfd_ctx_remove_wait_queue() function
170 EXPORT_SYMBOL_GPL(eventfd_ctx_remove_wait_queue); variable
/linux-4.1.27/drivers/vfio/
H A Dvirqfd.c93 eventfd_ctx_remove_wait_queue(virqfd->eventfd, &virqfd->wait, &cnt); virqfd_shutdown()
/linux-4.1.27/virt/kvm/
H A Deventfd.c178 eventfd_ctx_remove_wait_queue(irqfd->eventfd, &irqfd->wait, &cnt); irqfd_shutdown()

Completed in 42 milliseconds