table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SPARSE_MEMORY_PRESEN(9) | Memory Management in Linux | SPARSE_MEMORY_PRESEN(9) |
NAME¶
sparse_memory_present_with_active_regions - Call memory_present for each active rangeSYNOPSIS¶
void
sparse_memory_present_with_active_regions(int nid);
ARGUMENTS¶
nidThe node to call memory_present for. If
MAX_NUMNODES, all nodes will be used.
DESCRIPTION¶
If an architecture guarantees that all ranges registered contain no holes and may be freed, this function may be used instead of calling memory_present manually.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |