Searched defs:BITS_TO_LONGS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dbitmap.h57 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) macro
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_atomic.h40 #define BITS_TO_LONGS(x) howmany(x, NB_BITS_PER_LONG) macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h52 #define BITS_TO_LONGS(n) howmany((n), BITS_PER_LONG) macro

Completed in 402 milliseconds