Home
last modified time | relevance | path

Searched refs:BT_NBIPUL (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dbitmap.h57 #define BT_NBIPUL (1 << BT_ULSHIFT) /* n bits per ulong_t */ macro
58 #define BT_ULMASK (BT_NBIPUL - 1) /* to extract bit index */
100 (((nbits) + BT_NBIPUL - 1l) / BT_NBIPUL)
166 (bitindex) % BT_NBIPUL); }
169 (bitindex) % BT_NBIPUL); }