Lines Matching refs:tmpset
124 cpuset_t tmpset = xc_cpuset; \
126 if (CPU_IN_SET(tmpset, pix)) { \
132 CPUSET_DEL(tmpset, pix); \
134 if (CPUSET_ISNULL(tmpset)) \
146 cpuset_t tmpset = xc_cpuset; \
148 if (CPU_IN_SET(tmpset, pix)) { \
151 CPUSET_DEL(tmpset, pix); \
152 if (CPUSET_ISNULL(tmpset)) \
167 cpuset_t tmpset = xc_cpuset; \
169 if (CPU_IN_SET(tmpset, pix)) { \
173 CPUSET_DEL(tmpset, pix); \
174 if (CPUSET_ISNULL(tmpset)) { \
189 cpuset_t tmpset; \
194 tmpset = xc_cpuset; \
196 if (CPU_IN_SET(tmpset, pix)) { \
201 CPUSET_DEL(tmpset, pix); \
202 if (CPUSET_ISNULL(tmpset)) \