Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/
Dpmu-emul.c33 static struct kvm_pmc *kvm_vcpu_idx_to_pmc(struct kvm_vcpu *vcpu, int cnt_idx) in kvm_vcpu_idx_to_pmc() argument
35 return &vcpu->arch.pmu.pmc[cnt_idx]; in kvm_vcpu_idx_to_pmc()
/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c1654 int bd_idx, cnt_idx; in hns_roce_hw_v2_query_counter() local
1689 cnt_idx = i % CNT_PER_DESC; in hns_roce_hw_v2_query_counter()
1690 stats[i] = le64_to_cpu(cnt_data[cnt_idx]); in hns_roce_hw_v2_query_counter()