Searched refs:roundup_2n (Results 1 – 1 of 1) sorted by relevance
273 #define roundup_2n(x, y) (((x) + ((y) - 1)) & (~y)) macro293 vblocks = roundup_2n(vblocks_phys, DSW_SIZE); in do_ii()