Searched refs:highbit (Results 1 – 5 of 5) sorted by relevance
157 extern int highbit(ulong_t);
393 highbit(unsigned long i) in highbit() function
133 #define highbit(x) __fls(x) macro
298 highbit(ulong_t i) in highbit() function
951 *logical_ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1; in vdev_geom_open()955 *physical_ashift = highbit(pp->stripesize) - 1; in vdev_geom_open()