Lines Matching defs:tmpset
728 cpuset_t xc_cpuset, tmpset;
776 tmpset = xc_cpuset;
778 if (CPU_IN_SET(tmpset, pix)) {
785 CPUSET_DEL(tmpset, pix);
786 if (CPUSET_ISNULL(tmpset)) {
822 cpuset_t xc_cpuset, tmpset;
856 tmpset = xc_cpuset;
858 if (CPU_IN_SET(tmpset, pix)) {
861 CPUSET_DEL(tmpset, pix);
862 if (CPUSET_ISNULL(tmpset)) {
872 tmpset = xc_cpuset;
874 if (CPU_IN_SET(tmpset, pix)) {
881 CPUSET_DEL(tmpset, pix);
882 if (CPUSET_ISNULL(tmpset)) {