Home | History | Annotate | Download | only in bits

Lines Matching refs:__bits

129   __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
141 __cpu_mask *__bits = (cpusetp)->__bits; \
143 __bits[__i] = 0; \
150 ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
157 ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
164 ? ((((__const __cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
177 ({ __const __cpu_mask *__arr1 = (cpusetp1)->__bits; \
178 __const __cpu_mask *__arr2 = (cpusetp2)->__bits; \
190 __const __cpu_mask *__arr1 = (srcset1)->__bits; \
191 __const __cpu_mask *__arr2 = (srcset2)->__bits; \
195 ((__cpu_mask *) __dest->__bits)[__i] = __arr1[__i] op __arr2[__i]; \