Searched refs:RT_BITS_PER_LONG (Results 1 – 1 of 1) sorted by relevance
18 #define RT_BITS_PER_LONG 64 macro20 #define RT_BITS_PER_LONG 32 macro48 #define RT_BIT_MASK(nr) (1UL << ((nr) % RT_BITS_PER_LONG))49 #define RT_BIT_WORD(nr) ((nr) / RT_BITS_PER_LONG)56 #define RT_GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (RT_BITS_PER_LONG - 1 - (h))))
Completed in 5 milliseconds