Home
last modified time | relevance | path

Searched refs:RoundUpAmt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c925 #define RoundUpAmt(l, a) ((l) % (a) ? (a) - ((l) % (a)) : 0) macro
929 #define Align(l) RoundUpAmt(l, sizeof (ulong_t))