Searched refs:max_chip_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c90 static int max_chip_id; variable
626 max_chip_id = sysconf(_SC_CPUID_MAX);
627 if ((chip_designees = malloc(max_chip_id * sizeof (int))) == NULL) {
632 for (i = 0; i < max_chip_id; i++)

Completed in 57 milliseconds