|
Linux Kernel
3.7.1
|
#include <linux/mmzone.h>#include <linux/spinlock.h>#include <linux/notifier.h>#include <linux/bug.h>Go to the source code of this file.
Functions | |
| int | mem_online_node (int nid) |
| int | add_memory (int nid, u64 start, u64 size) |
| int | arch_add_memory (int nid, u64 start, u64 size) |
| int | offline_pages (unsigned long start_pfn, unsigned long nr_pages) |
| int | offline_memory_block (struct memory_block *mem) |
| int | remove_memory (u64 start, u64 size) |
| int | sparse_add_one_section (struct zone *zone, unsigned long start_pfn, int nr_pages) |
| void | sparse_remove_one_section (struct zone *zone, struct mem_section *ms) |
| struct page * | sparse_decode_mem_map (unsigned long coded_mem_map, unsigned long pnum) |
Definition at line 587 of file memory_hotplug.c.
| int offline_memory_block | ( | struct memory_block * | mem | ) |
Definition at line 1048 of file memory_hotplug.c.
1.8.2