|
Linux Kernel
3.7.1
|
#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 page * | alloc_migrate_target (struct page *page, unsigned long private, int **resultp) |
|
read |
Definition at line 259 of file page_isolation.c.
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.
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.
Definition at line 94 of file page_isolation.c.
1.8.2