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

/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c80 static uint_t cp_max_numparts; variable
288 if (cp_max_numparts == 0) /* allow for /etc/system tuning */
289 cp_max_numparts = max_ncpus * 2 + 1;
829 if (cp_numparts == cp_max_numparts) {

Completed in 46 milliseconds