Searched refs:statidx (Results 1 – 1 of 1) sorted by relevance
90 vmm_stat_array_incr(struct vcpu *vcpu, struct vmm_stat_type *vst, int statidx, in vmm_stat_array_incr() argument98 if (vst->index >= 0 && statidx < vst->nelems) in vmm_stat_array_incr()99 stats[vst->index + statidx] += x; in vmm_stat_array_incr()104 vmm_stat_array_set(struct vcpu *vcpu, struct vmm_stat_type *vst, int statidx, in vmm_stat_array_set() argument112 if (vst->index >= 0 && statidx < vst->nelems) in vmm_stat_array_set()113 stats[vst->index + statidx] = val; in vmm_stat_array_set()