Searched refs:conn_to_evt (Results 1 – 2 of 2) sorted by relevance
2385 eventfd = idr_find(&hv->conn_to_evt, hc->ingpa); in kvm_hvcall_signal_event()2643 idr_init(&hv->conn_to_evt); in kvm_hv_init_vm()2652 idr_for_each_entry(&hv->conn_to_evt, eventfd, i) in kvm_hv_destroy_vm()2654 idr_destroy(&hv->conn_to_evt); in kvm_hv_destroy_vm()2668 ret = idr_alloc(&hv->conn_to_evt, eventfd, conn_id, conn_id + 1, in kvm_hv_eventfd_assign()2687 eventfd = idr_remove(&hv->conn_to_evt, conn_id); in kvm_hv_eventfd_deassign()
1102 struct idr conn_to_evt; member
Completed in 16 milliseconds