Man Page: get_pfn_range_for_nid
Operating Environment: centos
Section: 9
GET_PFN_RANGE_FOR_NI(9) Memory Management in Linux GET_PFN_RANGE_FOR_NI(9)NAMEget_pfn_range_for_nid - Return the start and end page frames for a nodeSYNOPSISvoid __meminit get_pfn_range_for_nid(unsigned int nid, unsigned long * start_pfn, unsigned long * end_pfn);ARGUMENTSnid The nid to return the range for. If MAX_NUMNODES, the min and max PFN are returned. start_pfn Passed by reference. On return, it will have the node start_pfn. end_pfn Passed by reference. On return, it will have the node end_pfn.DESCRIPTIONIt returns the start and end page frame of a node based on information provided by an arch calling add_active_range. If called for a node with no available memory, a warning is printed and the start and end PFNs will be 0.COPYRIGHTKernel Hackers Manual 3.10 June 2014 GET_PFN_RANGE_FOR_NI(9)
| Related Man Pages |
|---|
| list(3) - debian |
| hwloc_cpuset_from_linux_libnuma_ulongs(3) - debian |
| hwloc_cpuset_to_linux_libnuma_ulongs(3) - debian |
| list(3) - suse |
| graph::easy::layout::chain(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Tar Command |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |