Searched defs:pset_cpus (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpset.c183 processorid_t *pset_cpus = NULL; local
194 pset_cpus = kmem_alloc(sizeof (processorid_t) * user_ncpus,
198 if ((error = cpupart_get_cpus(&pset, pset_cpus, &real_ncpus)) != 0)
213 if (copyout(pset_cpus, cpulistp,
219 if (pset_cpus != NULL)
220 kmem_free(pset_cpus, sizeof (processorid_t) * user_ncpus);
235 if (pset_cpus != NULL)
236 kmem_free(pset_cpus, sizeof (processorid_t) * user_ncpus);

Completed in 45 milliseconds