Home
last modified time | relevance | path

Searched defs:BITS_TO_LONGS (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/include/linux/
Dbitops.h18 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_TYPE(long)) macro
/linux-6.6.21/include/linux/
Dbitops.h19 #define BITS_TO_LONGS(nr) __KERNEL_DIV_ROUND_UP(nr, BITS_PER_TYPE(long)) macro