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

/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_stat.c45 * 'vst_num_types' is the number of unique statistic types
48 * 'vst_num_types'. This is because a stat type may represent more than
51 static int vst_num_elems, vst_num_types; variable
81 vsttab[vst_num_types++] = vst;
95 for (i = 0; i < vst_num_types; i++) {
135 for (i = 0; i < vst_num_types; i++) {

Completed in 57 milliseconds