Searched refs:round_up (Results 1 – 3 of 3) sorted by relevance
75 #define round_up(x,y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
131 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
33 #define round_up(x,y) (div_round_up(x,y)*(y)) macro