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_SHIFT   CONFIG_ARM_L1_CACHE_SHIFT
 
#define L1_CACHE_BYTES   (1 << L1_CACHE_SHIFT)
 
#define ARCH_DMA_MINALIGN   L1_CACHE_BYTES
 
: Name to find.

Check whether a dentry already exists for the given name, and return the inode number if it has an inode. Otherwise 0 is returned.

This routine is used to post-process directory listings for filesystems using synthetic inode numbers, and is necessary to keep getcwd() working.

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

Macro Definition Documentation

static unsigned int xfrm_policy_hashmax __read_mostly   __attribute__((__section__(".data..read_mostly")))

Definition at line 26 of file cache.h.

#define ARCH_DMA_MINALIGN   L1_CACHE_BYTES

Definition at line 17 of file cache.h.

#define L1_CACHE_BYTES   (1 << L1_CACHE_SHIFT)

Definition at line 8 of file cache.h.

#define L1_CACHE_SHIFT   CONFIG_ARM_L1_CACHE_SHIFT

Definition at line 7 of file cache.h.