Searched refs:P2PHASEUP (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h277 * eg, P2PHASEUP(0x1234, 0x100, 0x10) == 0x1310 (0x13*align + phase)
278 * eg, P2PHASEUP(0x5600, 0x100, 0x10) == 0x5610 (0x56*align + phase)
280 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) macro
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h80 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c11132 curneeded = P2PHASEUP(ecb->dte_size,

Completed in 80 milliseconds