Searched defs:pglist_data (Results 1 – 5 of 5) sorted by relevance
1385 typedef struct pglist_data { struct1391 struct zone node_zones[MAX_NR_ZONES];1398 struct zonelist node_zonelists[MAX_ZONELISTS];1400 int nr_zones; /* number of populated zones in this node */1402 struct page *node_mem_map;1404 struct page_ext *node_page_ext;1420 spinlock_t node_size_lock;1422 unsigned long node_start_pfn;1423 unsigned long node_present_pages; /* total number of physical pages */1424 unsigned long node_spanned_pages; /* total size of physical page[all …]
33 typedef struct pglist_data { struct34 struct zone node_zones[MAX_NR_ZONES];
210 struct pglist_data { struct211 struct zone node_zones[6]; /* value for all possible config */212 int nr_zones;
113 pglist_data section in Common variables