Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
page_isolation.c File Reference
#include <linux/mm.h>
#include <linux/page-isolation.h>
#include <linux/pageblock-flags.h>
#include <linux/memory.h>
#include "internal.h"

Go to the source code of this file.

Functions

int set_migratetype_isolate (struct page *page)
 
void unset_migratetype_isolate (struct page *page, unsigned migratetype)
 
int start_isolate_page_range (unsigned long start_pfn, unsigned long end_pfn, unsigned migratetype)
 
int undo_isolate_page_range (unsigned long start_pfn, unsigned long end_pfn, unsigned migratetype)
 
int test_pages_isolated (unsigned long start_pfn, unsigned long end_pfn)
 
struct pagealloc_migrate_target (struct page *page, unsigned long private, int **resultp)
 

Function Documentation

struct page* alloc_migrate_target ( struct page page,
unsigned long  private,
int **  resultp 
)
read

Definition at line 259 of file page_isolation.c.

int set_migratetype_isolate ( struct page page)

Definition at line 33 of file page_isolation.c.

int start_isolate_page_range ( unsigned long  start_pfn,
unsigned long  end_pfn,
unsigned  migratetype 
)

Definition at line 136 of file page_isolation.c.

int test_pages_isolated ( unsigned long  start_pfn,
unsigned long  end_pfn 
)

Definition at line 231 of file page_isolation.c.

int undo_isolate_page_range ( unsigned long  start_pfn,
unsigned long  end_pfn,
unsigned  migratetype 
)

Definition at line 168 of file page_isolation.c.

void unset_migratetype_isolate ( struct page page,
unsigned  migratetype 
)

Definition at line 94 of file page_isolation.c.