tag | line | file | source code |
---|---|---|---|
ALIGN | 57 | arch/alpha/kernel/bios32.c | #define ALIGN(val,align) (((val) + ((align) - 1)) & ~((align) - 1)) |
ALIGN | 344 | drivers/net/de4x5.c | #define ALIGN ALIGN32 /* Keep the DC21040 happy... */ |
ALIGN | 304 | drivers/net/depca.c | #define ALIGN ALIGN8 /* Keep the LANCE happy... */ |
ALIGN | 49 | include/linux/linkage.h | #define ALIGN __ALIGN |