Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmm/
H A Dvmm_stat.c46 static int vst_num_elems, vst_num_types; variable
51 #define vst_size ((size_t)vst_num_elems * sizeof(uint64_t))
65 if (vst_num_elems + vst->nelems >= MAX_VMM_STAT_ELEMS) { in vmm_stat_register()
70 vst->index = vst_num_elems; in vmm_stat_register()
71 vst_num_elems += vst->nelems; in vmm_stat_register()
87 if (index > vst_num_elems) in vmm_stat_copy()
90 if (index == vst_num_elems) { in vmm_stat_copy()
95 tocopy = min(vst_num_elems - index, count); in vmm_stat_copy()