Query: sparse_memory_present_with_active_regions
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SPARSE_MEMORY_PRESEN(9) Memory Management in Linux SPARSE_MEMORY_PRESEN(9)NAMEsparse_memory_present_with_active_regions - Call memory_present for each active rangeSYNOPSISvoid sparse_memory_present_with_active_regions(int nid);ARGUMENTSnid The node to call memory_present for. If MAX_NUMNODES, all nodes will be used.DESCRIPTIONIf an architecture guarantees that all ranges registered with add_active_ranges contain no holes and may be freed, this function may be used instead of calling memory_present manually.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SPARSE_MEMORY_PRESEN(9)