Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | KIBIBYTE(n) ((n) * 1024) /* Number of kibibytes */ |
#define | MEBIBYTE(n) ((n) * KIBIBYTE(1024)) /* Number of mebibytes */ |
#define | PREALLOC(NAME, START, END, FLAGS) |
#define | PREALLOC_NORMAL(name, start, end, flags) |
#define | PREALLOC_TFTP(name, start, end, flags) |
#define | PREALLOC_DOCSIS(name, start, end, flags) |
#define | PREALLOC_PMEM(name, start, end, flags) |
Definition at line 24 of file prealloc.h.
Definition at line 25 of file prealloc.h.