Searched defs:ALIGN_SIZE (Results 1 – 13 of 13) sorted by relevance
191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
74 #define ALIGN_SIZE 0x1000 macro
45 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro
504 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro
99 #define ALIGN_SIZE(__skb, __header) \ macro
555 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro
671 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro
51 #define ALIGN_SIZE 127 macro