Home
last modified time | relevance | path

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

/src/sys/dev/vmm/
H A Dvmm_stat.h92 vmm_stat_array_incr(struct vcpu *vcpu, struct vmm_stat_type *vst, int statidx, in vmm_stat_array_incr() argument
100 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() argument
114 if (vst->index >= 0 && statidx < vst->nelems) in vmm_stat_array_set()
115 stats[vst->index + statidx] = val; in vmm_stat_array_set()