ALIGN              40 include/linux/kernel.h #define ALIGN(x,a)		__ALIGN_MASK(x,(typeof(x))(a)-1)
ALIGN              53 include/linux/linkage.h #define ALIGN __ALIGN