Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h124 #define highbit(x) __fls(x) macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h337 highbit(ulong_t i) in highbit() function
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c951 *logical_ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1; in vdev_geom_open()
956 *physical_ashift = highbit(pp->stripesize) - 1; in vdev_geom_open()