Searched refs:cnt_idx (Results 1 – 2 of 2) sorted by relevance
34 static struct kvm_pmc *kvm_vcpu_idx_to_pmc(struct kvm_vcpu *vcpu, int cnt_idx) in kvm_vcpu_idx_to_pmc() argument36 return &vcpu->arch.pmu.pmc[cnt_idx]; in kvm_vcpu_idx_to_pmc()
1621 int bd_idx, cnt_idx; in hns_roce_hw_v2_query_counter() local1656 cnt_idx = i % CNT_PER_DESC; in hns_roce_hw_v2_query_counter()1657 stats[i] = le64_to_cpu(cnt_data[cnt_idx]); in hns_roce_hw_v2_query_counter()