Searched defs:BITS_TO_LONGS (Results 1 – 3 of 3) sorted by relevance
57 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) macro
40 #define BITS_TO_LONGS(x) howmany(x, NB_BITS_PER_LONG) macro
52 #define BITS_TO_LONGS(n) howmany((n), BITS_PER_LONG) macro