Home | History | Annotate | Download | only in cpufeatures

Lines Matching defs:g_cpuCount

79 static  int                g_cpuCount;
684 g_cpuCount = 1;
707 g_cpuCount = get_cpu_count();
708 if (g_cpuCount == 0) {
709 g_cpuCount = 1;
712 D("found cpuCount = %d\n", g_cpuCount);
1086 return g_cpuCount;
1103 g_cpuCount = (cpu_count <= 0 ? 1 : cpu_count);