Searched defs:ALIGN (Results 1 – 9 of 9) sorted by relevance
8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
103 #define ALIGN __ALIGN macro
31 #define ALIGN __ALIGN macro
26 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
18 #define ALIGN(x, a) (((x) + (a) - 1) / (a) * (a)) macro
35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
25 #define ALIGN 4096 macro
105 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
54 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro
Completed in 16 milliseconds