HomeSort by: relevance | last modified time | path
    Searched refs:P2END (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
sysmacros.h 280 * eg, P2END(0x1234, 0x100) == 0x12ff (0x13*align - 1)
281 * eg, P2END(0x5600, 0x100) == 0x56ff (0x57*align - 1)
283 #define P2END(x, align) (-(~(x) & -(align)))
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zvol.c 1966 size = MIN(size, P2END(off, zv->zv_volblocksize) - off);
2078 size = MIN(resid, P2END(boff, zv->zv_volblocksize) - boff);

Completed in 24 milliseconds