Home
last modified time | relevance | path

Searched refs:cnt_idx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/kvm/
H A Dpmu-emul.c34 static struct kvm_pmc *kvm_vcpu_idx_to_pmc(struct kvm_vcpu *vcpu, int cnt_idx) in kvm_vcpu_idx_to_pmc() argument
36 return &vcpu->arch.pmu.pmc[cnt_idx]; in kvm_vcpu_idx_to_pmc()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1623 int bd_idx, cnt_idx; in hns_roce_hw_v2_query_counter() local
1658 cnt_idx = i % CNT_PER_DESC; in hns_roce_hw_v2_query_counter()
1659 stats[i] = le64_to_cpu(cnt_data[cnt_idx]); in hns_roce_hw_v2_query_counter()