Searched refs:statidx (Results 1 – 1 of 1) sorted by relevance
92 vmm_stat_array_incr(struct vcpu *vcpu, struct vmm_stat_type *vst, int statidx, in vmm_stat_array_incr() argument100 if (vst->index >= 0 && statidx < vst->nelems) in vmm_stat_array_incr()101 stats[vst->index + statidx] += x; in vmm_stat_array_incr()106 vmm_stat_array_set(struct vcpu *vcpu, struct vmm_stat_type *vst, int statidx, in vmm_stat_array_set() argument114 if (vst->index >= 0 && statidx < vst->nelems) in vmm_stat_array_set()115 stats[vst->index + statidx] = val; in vmm_stat_array_set()