Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dbitmap.h157 extern int highbit(ulong_t);
H A Dsysmacros.h393 highbit(unsigned long i) in highbit() function
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h133 #define highbit(x) __fls(x) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h298 highbit(ulong_t i) in highbit() function
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c955 *logical_ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1; in vdev_geom_open()
959 *physical_ashift = highbit(pp->stripesize) - 1; in vdev_geom_open()