Searched refs:conn_to_evt (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dhyperv.c2434 /* the eventfd is protected by vcpu->kvm->srcu, but conn_to_evt isn't */
2436 eventfd = idr_find(&hv->conn_to_evt, hc->ingpa);
2694 idr_init(&hv->conn_to_evt);
2703 idr_for_each_entry(&hv->conn_to_evt, eventfd, i)
2705 idr_destroy(&hv->conn_to_evt);
2719 ret = idr_alloc(&hv->conn_to_evt, eventfd, conn_id, conn_id + 1,
2738 eventfd = idr_remove(&hv->conn_to_evt, conn_id);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1133 struct idr conn_to_evt; member in struct:kvm_hv

Completed in 194 milliseconds