suse man page for free_area_init_nodes

Query: free_area_init_nodes

OS: suse

Section: 9

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

FREE_AREA_INIT_NODES(9) 				    Memory Management in Linux					   FREE_AREA_INIT_NODES(9)

NAME
free_area_init_nodes - Initialise all pg_data_t and zone data
SYNOPSIS
void free_area_init_nodes(unsigned long * max_zone_pfn);
ARGUMENTS
max_zone_pfn an array of max PFNs for each zone
DESCRIPTION
This will call free_area_init_node for each active node in the system. Using the page ranges provided by add_active_range, the size of each zone in each node and their holes is calculated. If the maximum PFN between two adjacent zones match, it is assumed that the zone is empty. For example, if arch_max_dma_pfn == arch_max_dma32_pfn, it is assumed that arch_max_dma32_pfn has no pages. It is also assumed that a zone starts where the previous one ended. For example, ZONE_DMA32 starts at arch_max_dma_pfn.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 FREE_AREA_INIT_NODES(9)
Related Man Pages
zprint(1) - mojave
getzoneidbyname(3c) - opensolaris
dnssec-verify(8) - centos
lx(5) - opensolaris
nbp_name(3) - redhat
Similar Topics in the Unix Linux Community
Change directory error
Cut command on RHEL 6.8 compatibility issues
A (ksh) Library For and From UNIX.com
Shopt -s histappend
32 bit process addressing more than 4GB