Home
last modified time | relevance | path

Searched defs:P2ALIGN (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dsysmacros.h55 #define P2ALIGN(x, align) ((x) & -(align)) macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h153 #define P2ALIGN(x, align) ((x) & -(align)) macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h236 #define P2ALIGN(x, align) ((x) & -(align)) macro
H A Dsysmacros.h194 #define P2ALIGN(x, align) ((x) & -(align)) macro