Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dsysmacros.h280 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) macro
/freebsd-12-stable/sys/cddl/boot/zfs/
Dzfsimpl.h95 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) macro