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

Go to the source code of this file.

Macros

#define PGALLOC_GFP   GFP_KERNEL | __GFP_REPEAT | __GFP_ZERO
 

Functions

void pgd_ctor (void *x)
 
void pgtable_cache_init (void)
 
pgd_tpgd_alloc (struct mm_struct *mm)
 
void pgd_free (struct mm_struct *mm, pgd_t *pgd)
 

Macro Definition Documentation

#define PGALLOC_GFP   GFP_KERNEL | __GFP_REPEAT | __GFP_ZERO

Definition at line 4 of file pgtable.c.

Function Documentation

pgd_t* pgd_alloc ( struct mm_struct mm)

Definition at line 32 of file pgtable.c.

void pgd_ctor ( void x)

Definition at line 11 of file pgtable.c.

void pgd_free ( struct mm_struct mm,
pgd_t pgd 
)

Definition at line 37 of file pgtable.c.

void pgtable_cache_init ( void  )

Definition at line 20 of file pgtable.c.