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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h273 * eg, P2PHASEUP(0x1234, 0x100, 0x10) == 0x1310 (0x13*align + phase)
274 * eg, P2PHASEUP(0x5600, 0x100, 0x10) == 0x5610 (0x56*align + phase)
276 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h80 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) macro

Completed in 66 milliseconds