Searched defs:eventfd (Results 1 - 1 of 1) sorted by relevance

/drivers/vfio/pci/
H A Dvfio_pci_intrs.c18 #include <linux/eventfd.h>
35 struct eventfd_ctx *eventfd; member in struct:virqfd
86 * The eventfd is closing, if the virqfd has not yet been
115 eventfd_ctx_remove_wait_queue(virqfd->eventfd, &virqfd->wait, &cnt);
117 eventfd_ctx_put(virqfd->eventfd);
165 virqfd->eventfd = ctx;
168 * virqfds can be released by closing the eventfd or directly
186 * a callback whenever someone signals the underlying eventfd.
194 * Check if there was an event already pending on the eventfd
283 * If this is triggered by an eventfd, w
[all...]

Completed in 153 milliseconds