Lines Matching defs:pglist_data
718 typedef struct pglist_data { struct
719 struct zone node_zones[MAX_NR_ZONES];
720 struct zonelist node_zonelists[MAX_ZONELISTS];
721 int nr_zones;
723 struct page *node_mem_map;
725 struct page_ext *node_page_ext;
729 struct bootmem_data *bdata;
742 spinlock_t node_size_lock;
744 unsigned long node_start_pfn;
745 unsigned long node_present_pages; /* total number of physical pages */
746 unsigned long node_spanned_pages; /* total size of physical page
748 int node_id;
749 wait_queue_head_t kswapd_wait;
750 wait_queue_head_t pfmemalloc_wait;
751 struct task_struct *kswapd; /* Protected by
753 int kswapd_max_order;
754 enum zone_type classzone_idx;
757 spinlock_t numabalancing_migrate_lock;
760 unsigned long numabalancing_migrate_next_window;
763 unsigned long numabalancing_migrate_nr_pages;