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

/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h102 * BT_BITOUL == n bits to n ulong_t's
104 #define BT_BITOUL(nbits) \ macro
107 (BT_BITOUL(nbits) * sizeof (ulong_t))

Completed in 78 milliseconds