Lines Matching refs:cpus
1809 struct cpu (*cpus)[8192]; /* Kernel maximum. */
1813 unsigned char bitmap[ARRAY_SIZE(*cpus) / 8];
1825 cpus = uv__calloc(ARRAY_SIZE(*cpus), sizeof(**cpus));
1826 if (cpus == NULL)
1831 uv__free(cpus);
1850 if (cpu >= ARRAY_SIZE(*cpus))
1853 (*cpus)[cpu] = t;
1902 (*cpus)[cpu].model = model - models;
1928 if (1 != fscanf(fp, "%llu", &(*cpus)[cpu].freq))
1939 uv__free(cpus);
1951 c = *cpus + cpu;
1969 uv__free(cpus);