MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
pg_data_t Struct Reference

Data structure to rapresent a memory node. In Uniform memory access (UMA) architectures there is only one node called contig_page_data. More...

Public Attributes

zone_t node_zones [__MAX_NR_ZONES]
 Zones of the node.
 
int nr_zones
 Number of zones in the node.
 
page_tnode_mem_map
 Array of pages of the node.
 
unsigned long node_start_paddr
 Physical address of the first page of the node.
 
unsigned long node_start_mapnr
 Index on global mem_map for node_mem_map.
 
unsigned long node_size
 Node's size in number of pages.
 
int node_id
 NID.
 
struct pg_data_tnode_next
 Next item in the memory node list.
 

Detailed Description

Data structure to rapresent a memory node. In Uniform memory access (UMA) architectures there is only one node called contig_page_data.


The documentation for this struct was generated from the following file: