Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:g_cpuCount

78 static  int                g_cpuCount;
683 g_cpuCount = 1;
706 g_cpuCount = get_cpu_count();
707 if (g_cpuCount == 0) {
708 g_cpuCount = 1;
711 D("found cpuCount = %d\n", g_cpuCount);
1066 return g_cpuCount;
1083 g_cpuCount = (cpu_count <= 0 ? 1 : cpu_count);