Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dbitmap.h51 #define BT_ULSHIFT 6 /* log base 2 of BT_NBIPUL, to extract word index */ macro
54 #define BT_ULSHIFT 5 /* log base 2 of BT_NBIPUL, to extract word index */
57 #define BT_NBIPUL (1 << BT_ULSHIFT) /* n bits per ulong_t */
79 ((bitmap)[(bitindex) >> BT_ULSHIFT])