Searched refs:max_chip_id (Results 1 – 1 of 1) sorted by relevance
94 static int max_chip_id; variable645 max_chip_id = sysconf(_SC_CPUID_MAX); in cpustat()646 if ((chip_designees = malloc(max_chip_id * sizeof (int))) == NULL) { in cpustat()651 for (i = 0; i < max_chip_id; i++) in cpustat()