Searched defs:BITS_TO_LONGS (Results 1 – 5 of 5) sorted by relevance
57 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) macro
38 #define BITS_TO_LONGS(x) howmany(x, NB_BITS_PER_LONG) macro
76 #define BITS_TO_LONGS(n) howmany((n), BITS_PER_LONG) macro
193 #define BITS_TO_LONGS(n) howmany((n), BITS_PER_LONG) macro
50 #define BITS_TO_LONGS(n) howmany((n), BITS_PER_LONG) macro