Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/kvm/
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()
/Linux-v6.6/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c1621 int bd_idx, cnt_idx; in hns_roce_hw_v2_query_counter() local
1656 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()