[go: nahoru, domu]

Searched refs:eventfd (Results 1 - 8 of 8) 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...]
H A Dvfio_pci.c15 #include <linux/eventfd.h>
/drivers/vhost/
H A Dvhost.h4 #include <linux/eventfd.h>
29 /* Poll a file (eventfd or socket) */
H A Dtest.c10 #include <linux/eventfd.h>
63 /* Nothing new? Wait for eventfd to tell us they refilled. */
H A Dnet.c10 #include <linux/eventfd.h>
384 /* Nothing new? Wait for eventfd to tell us they refilled. */
617 /* Nothing new? Wait for eventfd to tell us
H A Dvhost.c14 #include <linux/eventfd.h>
1335 * want to notify the guest, using eventfd. */
1388 * want to notify the guest, using eventfd. */
1459 /* This actually signals the guest, using eventfd. */
H A Dscsi.c36 #include <linux/eventfd.h>
1004 /* Nothing new? Wait for eventfd to tell us they refilled. */
/drivers/lguest/
H A Dlguest_user.c13 #include <linux/eventfd.h>
25 * to an eventfd.
51 * Simple array search: even if they add an eventfd while we do this,
82 * element. Then we make the lg eventfd pointer point to the new array.
147 * particular LHCALL_NOTIFY value to an event filedescriptor. The eventfd will

Completed in 138 milliseconds