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 ARCH_SLAB_MINALIGN   __alignof__(unsigned long long)
 
#define L1_CACHE_SHIFT   5
 
#define L1_CACHE_BYTES   32
 
#define SMP_CACHE_BYTES_SHIFT   6
 
#define SMP_CACHE_BYTES   (1 << SMP_CACHE_BYTES_SHIFT)
 
#define __read_mostly   __attribute__((__section__(".data..read_mostly")))
 

Macro Definition Documentation

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

Definition at line 23 of file cache.h.

#define ARCH_SLAB_MINALIGN   __alignof__(unsigned long long)

Definition at line 10 of file cache.h.

#define L1_CACHE_BYTES   32

Definition at line 13 of file cache.h.

#define L1_CACHE_SHIFT   5

Definition at line 12 of file cache.h.

#define SMP_CACHE_BYTES   (1 << SMP_CACHE_BYTES_SHIFT)

Definition at line 21 of file cache.h.

#define SMP_CACHE_BYTES_SHIFT   6

Definition at line 18 of file cache.h.