Searched refs:__bits (Results 1 – 2 of 2) sorted by relevance
41 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS]; member53 __cpu_mask *__bits = (cpusetp)->__bits; \55 __bits[__i] = 0; \62 ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] \69 ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] \76 ? ((((const __cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] \89 ({ const __cpu_mask *__arr1 = (cpusetp1)->__bits; \90 const __cpu_mask *__arr2 = (cpusetp2)->__bits; \102 const __cpu_mask *__arr1 = (srcset1)->__bits; \103 const __cpu_mask *__arr2 = (srcset2)->__bits; \[all …]
38 s += countbits (setp->__bits[i]); in __sched_cpucount()
Completed in 5 milliseconds