Lines Matching refs:g_pset_cpus
62 static processorid_t *g_pset_cpus;
296 if (pset_info(g_pset, NULL, &g_pset_ncpus, g_pset_cpus) == -1)
303 g_present[g_pset_cpus[i]] = 1;
315 if (pset_info(g_pset, NULL, &ncpus, g_pset_cpus) == -1) {
327 if (!g_present[g_pset_cpus[i]])
349 g_present[g_pset_cpus[i]] = 1;
410 g_pset_cpus = malloc(sizeof (processorid_t) * g_max_cpus);
411 if (g_pset_cpus == NULL)
412 fatal("could not allocate g_pset_cpus");
414 bzero(g_pset_cpus, sizeof (processorid_t) * g_max_cpus);