Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c118 uint_t num_cpus; in pool_check_pset() local
147 if (pset_info(psetid, NULL, &num_cpus, NULL) != 0) { in pool_check_pset()
153 if ((cpulist = malloc(num_cpus * sizeof (processorid_t))) == NULL) { in pool_check_pset()
158 if (pset_info(psetid, NULL, &num_cpus, cpulist) != 0) { in pool_check_pset()
166 for (j = 0; j < num_cpus; j++) in pool_check_pset()
170 if (num_found > 0 && (num_cpus - num_found) < (uint_t)min_cpus) { in pool_check_pset()