Lines Matching defs:pglist_data
637 typedef struct pglist_data { struct
638 struct zone node_zones[MAX_NR_ZONES];
639 struct zonelist node_zonelists[MAX_ZONELISTS];
640 int nr_zones;
642 struct page *node_mem_map;
644 struct page_ext *node_page_ext;
648 struct bootmem_data *bdata;
661 spinlock_t node_size_lock;
663 unsigned long node_start_pfn;
664 unsigned long node_present_pages; /* total number of physical pages */
665 unsigned long node_spanned_pages; /* total size of physical page
667 int node_id;
668 wait_queue_head_t kswapd_wait;
669 wait_queue_head_t pfmemalloc_wait;
670 struct task_struct *kswapd; /* Protected by
672 int kswapd_max_order;
673 enum zone_type classzone_idx;
676 spinlock_t numabalancing_migrate_lock;
679 unsigned long numabalancing_migrate_next_window;
682 unsigned long numabalancing_migrate_nr_pages;
690 unsigned long first_deferred_pfn;