Searched refs:conn_to_evt (Results 1 – 2 of 2) sorted by relevance
1587 eventfd = idr_find(&vcpu->kvm->arch.hyperv.conn_to_evt, param); in kvm_hvcall_signal_event()1719 idr_init(&kvm->arch.hyperv.conn_to_evt); in kvm_hv_init_vm()1727 idr_for_each_entry(&kvm->arch.hyperv.conn_to_evt, eventfd, i) in kvm_hv_destroy_vm()1729 idr_destroy(&kvm->arch.hyperv.conn_to_evt); in kvm_hv_destroy_vm()1743 ret = idr_alloc(&hv->conn_to_evt, eventfd, conn_id, conn_id + 1, in kvm_hv_eventfd_assign()1762 eventfd = idr_remove(&hv->conn_to_evt, conn_id); in kvm_hv_eventfd_deassign()
835 struct idr conn_to_evt; member