Searched defs:P2ALIGN (Results 1 - 2 of 2) sorted by last modified time

/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h68 #define P2ALIGN(x, align) ((x) & -(align)) macro
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h240 #define P2ALIGN(x, align) ((x) & -(align)) macro

Completed in 168 milliseconds