_BITSET_BITS
if (mp_ncpus < (2 * _BITSET_BITS)) {
static_single_cpu_mask_lcs = mallocarray(_BITSET_BITS,
(2 * __bitset_words(CPU_SETSIZE) - 1) * (_BITSET_BITS / 8),
__bitset_word(_BITSET_BITS + 1, _BITSET_BITS) == 1,
for (i = 0; i < _BITSET_BITS; i++) {
(i % _BITSET_BITS) +
bwp -= (i / _BITSET_BITS);
#define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
__mask = ~0UL << ((start) % _BITSET_BITS); \
__bit += __i * _BITSET_BITS; \
__bit += (__i - 1) * _BITSET_BITS; \
(i) = __i * _BITSET_BITS + __bit; \
(__size_t)(n) : ((n) % _BITSET_BITS)))
0 : ((n) / _BITSET_BITS))
#define _NCPUBITS _BITSET_BITS
#define _NDOMAINSETBITS _BITSET_BITS
#define SLAB_MIN_SETSIZE _BITSET_BITS