Home | History | Annotate | Download | only in cpufeatures

Lines Matching refs:g_cpuCount

74 static  int                g_cpuCount;
568 g_cpuCount = 1;
591 g_cpuCount = get_cpu_count();
592 if (g_cpuCount == 0) {
593 g_cpuCount = 1;
596 D("found cpuCount = %d\n", g_cpuCount);
847 return g_cpuCount;
864 g_cpuCount = (cpu_count <= 0 ? 1 : cpu_count);