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

/freebsd-11.0-release/sys/amd64/vmm/
H A Dvmm_stat.c42 * 'vst_num_elems' is the total number of addressable statistic elements
45 * It is always true that 'vst_num_elems' is greater than or equal to
49 static int vst_num_elems, vst_num_types; variable
54 #define vst_size ((size_t)vst_num_elems * sizeof(uint64_t))
71 if (vst_num_elems + vst->nelems >= MAX_VMM_STAT_ELEMS) {
76 vst->index = vst_num_elems;
77 vst_num_elems += vst->nelems;
101 for (i = 0; i < vst_num_elems; i++)
103 *num_stats = vst_num_elems;

Completed in 52 milliseconds