Lines Matching refs:zone_pgdat
475 struct pglist_data *pgdat = zone->zone_pgdat; in remove_pfn_range_from_zone()
501 pgdat_resize_lock(zone->zone_pgdat, &flags); in remove_pfn_range_from_zone()
504 pgdat_resize_unlock(zone->zone_pgdat, &flags); in remove_pfn_range_from_zone()
694 struct pglist_data *pgdat = zone->zone_pgdat; in move_pfn_range_to_zone()
829 pgdat_resize_lock(zone->zone_pgdat, &flags); in online_pages()
830 zone->zone_pgdat->node_present_pages += nr_pages; in online_pages()
831 pgdat_resize_unlock(zone->zone_pgdat, &flags); in online_pages()
1430 struct pglist_data *pgdat = zone->zone_pgdat; in node_states_check_changes_offline()
1639 pgdat_resize_lock(zone->zone_pgdat, &flags); in offline_pages()
1640 zone->zone_pgdat->node_present_pages -= nr_pages; in offline_pages()
1641 pgdat_resize_unlock(zone->zone_pgdat, &flags); in offline_pages()