Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c94 static int max_chip_id; variable
645 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()