Lines Matching refs:SystemInfo
146 SYSTEM_INFO SystemInfo; in InitPerfCntrs() local
148 GetSystemInfo(&SystemInfo); in InitPerfCntrs()
207 SYSTEM_INFO SystemInfo; in RestartPerfCntrs() local
209 GetSystemInfo(&SystemInfo); in RestartPerfCntrs()
239 if (returnNumCPUs != (int)SystemInfo.dwNumberOfProcessors) in RestartPerfCntrs()
243 (int)SystemInfo.dwNumberOfProcessors, returnNumCPUs); in RestartPerfCntrs()
288 SYSTEM_INFO SystemInfo; in ReportPerfCntrs() local
290 GetSystemInfo(&SystemInfo); in ReportPerfCntrs()
334 if ((int)SystemInfo.dwNumberOfProcessors > 1) in ReportPerfCntrs()
336 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++) in ReportPerfCntrs()
344 if ((int)SystemInfo.dwNumberOfProcessors > 1) in ReportPerfCntrs()
346 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++) in ReportPerfCntrs()
357 if ((int)SystemInfo.dwNumberOfProcessors > 1) in ReportPerfCntrs()
359 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++) in ReportPerfCntrs()
370 if ((int)SystemInfo.dwNumberOfProcessors > 1) in ReportPerfCntrs()
372 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++) in ReportPerfCntrs()
383 if ((int)SystemInfo.dwNumberOfProcessors > 1) in ReportPerfCntrs()
385 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++) in ReportPerfCntrs()
396 if ((int)SystemInfo.dwNumberOfProcessors > 1) in ReportPerfCntrs()
398 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++) in ReportPerfCntrs()
409 if ((int)SystemInfo.dwNumberOfProcessors > 1) in ReportPerfCntrs()
411 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++) in ReportPerfCntrs()