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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpupart.h142 extern int cpupart_get_cpus(psetid_t *, processorid_t *, uint_t *);
/illumos-gate/usr/src/uts/common/syscall/
H A Dpset.c198 if ((error = cpupart_get_cpus(&pset, pset_cpus, &real_ncpus)) != 0)
552 * cpupart_get_cpus call will change it to the
560 if (cpupart_get_cpus(&pset, NULL, NULL) != 0) {
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c1084 cpupart_get_cpus(psetid_t *psid, processorid_t *cpulist, uint_t *numcpus) function

Completed in 60 milliseconds