1SPARSE_MEMORY_PRESEN(9) Memory Management in Linux SPARSE_MEMORY_PRESEN(9)
2
3
4
6 sparse_memory_present_with_active_regions - Call memory_present for
7 each active range
8
10 void sparse_memory_present_with_active_regions(int nid);
11
13 nid
14 The node to call memory_present for. If MAX_NUMNODES, all nodes
15 will be used.
16
18 If an architecture guarantees that all ranges registered with
19 add_active_ranges contain no holes and may be freed, this function may
20 be used instead of calling memory_present manually.
21
23Kernel Hackers Manual 3.10 June 2019 SPARSE_MEMORY_PRESEN(9)