Searched defs:__ALIGN_KERNEL (Results 1 – 2 of 2) sorted by relevance
48 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) macro