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

Go to the source code of this file.

Macros

#define L1_CACHE_BYTES   256
 
#define L1_CACHE_SHIFT   8
 
#define NET_SKB_PAD   32
 
#define __read_mostly   __attribute__((__section__(".data..read_mostly")))
 

Macro Definition Documentation

#define __read_mostly   __attribute__((__section__(".data..read_mostly")))

Definition at line 16 of file cache.h.

#define L1_CACHE_BYTES   256

Definition at line 12 of file cache.h.

#define L1_CACHE_SHIFT   8

Definition at line 13 of file cache.h.

#define NET_SKB_PAD   32

Definition at line 14 of file cache.h.