Searched defs:__ALIGN_KERNEL_MASK (Results 1 – 2 of 2) sorted by relevance
49 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask)) macro