suse man page for add_active_range

Query: add_active_range

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ADD_ACTIVE_RANGE(9)					    Memory Management in Linux					       ADD_ACTIVE_RANGE(9)

NAME
add_active_range - Register a range of PFNs backed by physical memory
SYNOPSIS
void add_active_range(unsigned int nid, unsigned long start_pfn, unsigned long end_pfn);
ARGUMENTS
nid The node ID the range resides on start_pfn The start PFN of the available physical memory end_pfn The end PFN of the available physical memory
DESCRIPTION
These ranges are stored in an early_node_map[] and later used by free_area_init_nodes to calculate zone sizes and holes. If the range spans a memory hole, it is up to the architecture to ensure the memory is not freed by the bootmem allocator. If possible the range being registered will be merged with existing ranges.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ADD_ACTIVE_RANGE(9)
Related Man Pages
kmem(4) - freebsd
sysinfo(2) - centos
mem(4) - freebsd
memcontrol(8) - freebsd
contigmalloc(9) - opensolaris
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues
Docker learning Phase-I