conn_to_evt       836 arch/x86/include/asm/kvm_host.h 	struct idr conn_to_evt;
conn_to_evt      1589 arch/x86/kvm/hyperv.c 	eventfd = idr_find(&vcpu->kvm->arch.hyperv.conn_to_evt, param);
conn_to_evt      1721 arch/x86/kvm/hyperv.c 	idr_init(&kvm->arch.hyperv.conn_to_evt);
conn_to_evt      1729 arch/x86/kvm/hyperv.c 	idr_for_each_entry(&kvm->arch.hyperv.conn_to_evt, eventfd, i)
conn_to_evt      1731 arch/x86/kvm/hyperv.c 	idr_destroy(&kvm->arch.hyperv.conn_to_evt);
conn_to_evt      1745 arch/x86/kvm/hyperv.c 	ret = idr_alloc(&hv->conn_to_evt, eventfd, conn_id, conn_id + 1,
conn_to_evt      1764 arch/x86/kvm/hyperv.c 	eventfd = idr_remove(&hv->conn_to_evt, conn_id);