Searched refs:__NCPUBITS (Results 1 – 2 of 2) sorted by relevance
29 #define __NCPUBITS (8 * sizeof (__cpu_mask)) macro35 #define __CPUELT(cpu) ((cpu) / __NCPUBITS)36 #define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS))41 __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];111 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * sizeof (__cpu_mask))
8285 * sysdeps/generic/bits/sched.h: Define __CPU_SETSIZE, __NCPUBITS,