Home
last modified time | relevance | path

Searched defs:P2PHASEUP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h232 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h287 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h95 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) macro