Searched defs:dm_round_up (Results 1 – 2 of 2) sorted by relevance
50 #define dm_round_up(n, sz) (dm_div_up((n), (sz)) * (sz)) macro