Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
mmu.h File Reference
#include <linux/errno.h>

Go to the source code of this file.

Data Structures

struct  mm_context_t
 

Macros

#define INIT_MM_CONTEXT(name)
 

Macro Definition Documentation

#define INIT_MM_CONTEXT (   name)
Value:
.context.list_lock = __SPIN_LOCK_UNLOCKED(name.context.list_lock), \
.context.pgtable_list = LIST_HEAD_INIT(name.context.pgtable_list), \
.context.gmap_list = LIST_HEAD_INIT(name.context.gmap_list),

Definition at line 21 of file mmu.h.