roundup2
#define roundup2(x, y) __align_up(x, y) /* if y is powers of two */
#define roundup2(x, y) \