Searched refs:__cpu_mask (Results 1 – 3 of 3) sorted by relevance
110 # define __NCPUBITS (8 * sizeof (__cpu_mask))114 typedef unsigned long int __cpu_mask; typedef118 # define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))123 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];130 size_t __imax = (setsize) / sizeof (__cpu_mask); \131 __cpu_mask *__bits = (cpusetp)->__bits; \162 ({ __cpu_mask *__arr1 = (cpusetp1)->__bits; \163 __cpu_mask *__arr2 = (cpusetp2)->__bits; \164 size_t __imax = (setsize) / sizeof (__cpu_mask); \174 __cpu_mask *__arr1 = (srcset1)->__bits; \[all …]
26 const __cpu_mask *p = setp->__bits; in __sched_cpucount()27 const __cpu_mask *end = &setp->__bits[setsize / sizeof (__cpu_mask)]; in __sched_cpucount()31 __cpu_mask l = *p++; in __sched_cpucount()
131 __cpu_mask p_affinity_mask[1]; /* L4 addition; small, more needs dynamic allocations */
Completed in 5 milliseconds