ioeventfds        469 include/linux/kvm_host.h 	struct list_head ioeventfds;
ioeventfds        519 virt/kvm/eventfd.c 	INIT_LIST_HEAD(&kvm->ioeventfds);
ioeventfds        764 virt/kvm/eventfd.c 	list_for_each_entry(_p, &kvm->ioeventfds, list)
ioeventfds        832 virt/kvm/eventfd.c 	list_add_tail(&p->list, &kvm->ioeventfds);
ioeventfds        863 virt/kvm/eventfd.c 	list_for_each_entry_safe(p, tmp, &kvm->ioeventfds, list) {