Searched refs:CP_DEFAULT (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcpupart.h50 #define CP_DEFAULT 0 macro
/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dcpupart.c96 #define PSTOCP(psid) ((cpupartid_t)((psid) == PS_NONE ? CP_DEFAULT : (psid)))
97 #define CPTOPS(cpid) ((psetid_t)((cpid) == CP_DEFAULT ? PS_NONE : (cpid)))
113 if (psid == CP_DEFAULT)
177 * get called to create the kstats for CP_DEFAULT before the
273 cp_default.cp_id = CP_DEFAULT;
285 cp_id_next = CP_DEFAULT + 1;

Completed in 102 milliseconds