Searched refs:ALIGN_SIZE (Results 1 – 2 of 2) sorted by relevance
25 #define ALIGN_SIZE 64 macro35 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE)));
624 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro