Searched refs:highbit (Results 1 – 3 of 3) sorted by relevance
124 #define highbit(x) __fls(x) macro
337 highbit(ulong_t i) in highbit() function
951 *logical_ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1; in vdev_geom_open()956 *physical_ashift = highbit(pp->stripesize) - 1; in vdev_geom_open()