Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dbitmap.h52 #define BT_ULSHIFT32 5 /* log base 2 of BT_NBIPUL, to extract word index */ macro
61 #define BT_NBIPUL32 (1 << BT_ULSHIFT32) /* n bits per ulong_t */
88 ((bitmap)[(bitindex) >> BT_ULSHIFT32])