1FREE_BOOTMEM_WITH_AC(9)   Memory Management in Linux   FREE_BOOTMEM_WITH_AC(9)
2
3
4

NAME

6       free_bootmem_with_active_regions - Call free_bootmem_node for each
7       active range
8

SYNOPSIS

10       void free_bootmem_with_active_regions(int nid,
11                                             unsigned long max_low_pfn);
12

ARGUMENTS

14       nid
15           The node to free memory on. If MAX_NUMNODES, all nodes are freed.
16
17       max_low_pfn
18           The highest PFN that will be passed to free_bootmem_node
19

DESCRIPTION

21       If an architecture guarantees that all ranges registered with
22       add_active_ranges contain no holes and may be freed, this this function
23       may be used instead of calling free_bootmem manually.
24
26Kernel Hackers Manual 3.10         June 2019           FREE_BOOTMEM_WITH_AC(9)
Impressum