Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
prealloc.h File Reference

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)
 

Macro Definition Documentation

#define KIBIBYTE (   n)    ((n) * 1024) /* Number of kibibytes */

Definition at line 24 of file prealloc.h.

#define MEBIBYTE (   n)    ((n) * KIBIBYTE(1024)) /* Number of mebibytes */

Definition at line 25 of file prealloc.h.

#define PREALLOC (   NAME,
  START,
  END,
  FLAGS 
)
Value:
{ \
.name = (NAME), \
.start = (START), \
.end = (END), \
.flags = (FLAGS) \
},

Definition at line 28 of file prealloc.h.

#define PREALLOC_DOCSIS (   name,
  start,
  end,
  flags 
)

Definition at line 61 of file prealloc.h.

#define PREALLOC_NORMAL (   name,
  start,
  end,
  flags 
)

Definition at line 47 of file prealloc.h.

#define PREALLOC_PMEM (   name,
  start,
  end,
  flags 
)

Definition at line 68 of file prealloc.h.

#define PREALLOC_TFTP (   name,
  start,
  end,
  flags 
)

Definition at line 54 of file prealloc.h.