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

/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c68 static cpupartid_t cp_id_next; variable
285 cp_id_next = CP_DEFAULT + 1;
838 while (cpupart_find(CPTOPS(cp_id_next)) != NULL)
839 cp_id_next++;
840 pp->cp_id = cp_id_next++;
1021 if (cp_id_next > pp->cp_id)
1022 cp_id_next = pp->cp_id;

Completed in 46 milliseconds