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

/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_stat.c44 * 'vst_num_elems' is the total number of addressable statistic elements
47 * It is always true that 'vst_num_elems' is greater than or equal to
51 static int vst_num_elems, vst_num_types; variable
56 #define vst_size ((size_t)vst_num_elems * sizeof(uint64_t))
73 if (vst_num_elems + vst->nelems >= MAX_VMM_STAT_ELEMS) {
78 vst->index = vst_num_elems;
79 vst_num_elems += vst->nelems;
103 for (i = 0; i < vst_num_elems; i++)
105 *num_stats = vst_num_elems;

Completed in 61 milliseconds