node_map_pfn_alignment(9) centos man page | unix.com

Man Page: node_map_pfn_alignment

Operating Environment: centos

Section: 9

NODE_MAP_PFN_ALIGNME(9) 				    Memory Management in Linux					   NODE_MAP_PFN_ALIGNME(9)

NAME
node_map_pfn_alignment - determine the maximum internode alignment
SYNOPSIS
unsigned long node_map_pfn_alignment(void);
ARGUMENTS
void no arguments
DESCRIPTION
This function should be called after node map is populated and sorted. It calculates the maximum power of two alignment which can distinguish all the nodes. For example, if all nodes are 1GiB and aligned to 1GiB, the return value would indicate 1GiB alignment with (1 << (30 - PAGE_SHIFT)). If the nodes are shifted by 256MiB, 256MiB. Note that if only the last node is shifted, 1GiB is enough and this function will indicate so. This is used to test whether pfn -> nid mapping of the chosen memory model has fine enough granularity to avoid incorrect mapping for the populated node map. Returns the determined alignment in pfn's. 0 if there is no alignment requirement (single node).
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 NODE_MAP_PFN_ALIGNME(9)
Related Man Pages
posix_memalign(3c) - opensolaris
posix_memalign(3) - mojave
posix_memalign(3) - osx
ddi_dma_devalign(9f) - minix
ddi_dma_devalign(9f) - linux
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
DB2 convert digits to binary format
Tar Command
CentOS 6 ran out of space, need to reclaim it