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

/freebsd-current/contrib/ofed/libmlx5/
H A Dbitmap.h57 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) macro
/freebsd-current/sys/dev/drm2/
H A Ddrm_atomic.h38 #define BITS_TO_LONGS(x) howmany(x, NB_BITS_PER_LONG) macro
/freebsd-current/sys/dev/mana/
H A Dgdma_util.h76 #define BITS_TO_LONGS(n) howmany((n), BITS_PER_LONG) macro
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h50 #define BITS_TO_LONGS(n) howmany((n), BITS_PER_LONG) macro
/freebsd-current/sys/dev/axgbe/
H A Dxgbe_osdep.h198 #define BITS_TO_LONGS(n) howmany((n), BITS_PER_LONG) macro

Completed in 90 milliseconds