Searched refs:_BITSET_BITS (Results 1 – 9 of 9) sorted by relevance
39 #define _BITSET_BITS (sizeof(long) * 8) macro43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
37 (__size_t)(n) : ((n) % _BITSET_BITS)))40 ((__bitset_words((_s)) == 1) ? 0 : ((n) / _BITSET_BITS))179 __bit += __i * _BITSET_BITS; \
39 #define _NCPUBITS _BITSET_BITS
41 #define _BITSET_BITS (sizeof(long) * 8) macro45 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
45 (__size_t)(n) : ((n) % _BITSET_BITS)))49 0 : ((n) / _BITSET_BITS))232 __mask = ~0UL << ((start) % _BITSET_BITS); \239 __bit += __i * _BITSET_BITS; \257 __bit += (__i - 1) * _BITSET_BITS; \
38 #define _NDOMAINSETBITS _BITSET_BITS
41 #define _NCPUBITS _BITSET_BITS
377 #define SLAB_MIN_SETSIZE _BITSET_BITS
374 #define SLAB_MIN_SETSIZE _BITSET_BITS