Searched defs:BITS_TO_LONGS (Results 1 – 4 of 4) sorted by relevance
54 #define BITS_TO_LONGS(bits) (roundup(bits, BITMAP_WORDBITS) / \ macro
24 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) macro
153 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) macro
84 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) macro