Searched refs:PADDING (Results 1 – 2 of 2) sorted by relevance
39 #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG)) in framebuffer_alloc() macro45 fb_info_size += PADDING; in framebuffer_alloc()65 #undef PADDING in framebuffer_alloc()
55 #define PADDING(align, data) (((data) + (align) - 1) & (~((align) - 1))) macro