Home | History | Annotate | Download | only in bits

Lines Matching refs:__bits

122   __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
134 __cpu_mask *__bits = (cpusetp)->__bits; \
136 __bits[__i] = 0; \
143 ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
150 ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
157 ? ((((__const __cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
170 ({ __const __cpu_mask *__arr1 = (cpusetp1)->__bits; \
171 __const __cpu_mask *__arr2 = (cpusetp2)->__bits; \
175 if (__bits[__i] != __bits[__i]) \
183 __const __cpu_mask *__arr1 = (srcset1)->__bits; \
184 __const __cpu_mask *__arr2 = (srcset2)->__bits; \
188 ((__cpu_mask *) __dest->__bits)[__i] = __arr1[__i] op __arr2[__i]; \