Lines Matching defs:setid
88 static cpusetid_t setid = CPUSET_INVALID;
92 if (error == 0 && setid == CPUSET_INVALID)
93 error = cpuset_getid(CPU_LEVEL_ROOT, CPU_WHICH_PID, -1, &setid);
96 return (setid);
298 cpusetid_t setid;
674 setid = root_cpuset_id();
676 setid = CPUSET_INVALID;
747 * We wouldn't have specialized our affinity, so just setid to
755 if (setid != CPUSET_INVALID)
756 (void)cpuset_setid(CPU_WHICH_PID, -1, setid);